#B1CD62

Color #B1CD62 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B1CD62

Tints of Wild Willow #B1CD62

Color information

#B1CD62 (or 0xB1CD62) is unknown color: approx Wild Willow. HEX triplet: B1, CD and 62. RGB value is (177,205,98). Sum of RGB (Red+Green+Blue) = 177+205+98=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD62 is #4E329D. Grayscale: #B8B8B8. Windows color (decimal): -5124766 or 6475185. OLE color: 6475185.

HSL color Cylindrical-coordinate representation of color #B1CD62: hue angle of 75.7º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1CD62 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB17720598-
CMYK0.1400.520.20
HSL75.7º51.69%59.41%-
HSV(B)75.7º52.2%80.39%-
XYZ42.1753.8919.73-
YUV184.4379.22122.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=36.88%
G=42.71%
B=20.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177205980.1400.520.2075.751.6959.41
HexB1CD62E034144c343b
Octal26131514216064241146473
Binary1011000111001101110001011100110100101001001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD62; }

 p { color: rgb(177,205,98); }

 H1.HeaderClassName
 {
   color: #B1CD62;
 }
 .AnyTagClassName
 {
   color: #B1CD62;
 }
</style>
background-color css

<style>
 a { background-color: #B1CD62; }

 a { background-color: rgb(177,205,98); }

 div.DivClassName
 {
   background-color: #B1CD62;
 }
 .BgClassName
 {
   background-color: #B1CD62;
 }
</style>
border-color css

<style>
 span { border-color: #B1CD62; }

 span { border-color: rgb(177,205,98); }

 td.TdClassName
 {
   border-color: #B1CD62;
 }
 .TagClassName
 {
   border-color: #B1CD62;
 }
</style>