#BBC462

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

Shades of Wild Willow #BBC462

Tints of Wild Willow #BBC462

Color information

#BBC462 (or 0xBBC462) is unknown color: approx Wild Willow. HEX triplet: BB, C4 and 62. RGB value is (187,196,98). Sum of RGB (Red+Green+Blue) = 187+196+98=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC462 is #443B9D. Grayscale: #B6B6B6. Windows color (decimal): -4471710 or 6472891. OLE color: 6472891.

HSL color Cylindrical-coordinate representation of color #BBC462: hue angle of 65.51º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC462 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB18719698-
CMYK0.0500.50.23
HSL65.51º45.37%57.65%-
HSV(B)65.51º50%76.86%-
XYZ42.4450.9319.15-
YUV182.1480.52131.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=38.88%
G=40.75%
B=20.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187196980.0500.50.2365.5145.3757.65
HexBBC462503217422d3a
Octal2733041425062271025572
Binary101110111100010011000101010110010101111000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC462; }

 p { color: rgb(187,196,98); }

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

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

 a { background-color: rgb(187,196,98); }

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

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

 span { border-color: rgb(187,196,98); }

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