#BBBF60

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

Shades of Wild Willow #BBBF60

Tints of Wild Willow #BBBF60

Color information

#BBBF60 (or 0xBBBF60) is unknown color: approx Wild Willow. HEX triplet: BB, BF and 60. RGB value is (187,191,96). Sum of RGB (Red+Green+Blue) = 187+191+96=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF60 is #44409F. Grayscale: #B3B3B3. Windows color (decimal): -4472992 or 6340539. OLE color: 6340539.

HSL color Cylindrical-coordinate representation of color #BBBF60: hue angle of 62.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBBF60 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB18719196-
CMYK0.0200.500.25
HSL62.53º42.6%56.27%-
HSV(B)62.53º49.74%74.9%-
XYZ41.2448.6718.29-
YUV178.9781.17133.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 96 (37.89% from 255) = 20.25%
R=39.45%
G=40.30%
B=20.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191960.0200.500.2562.5342.656.27
HexBBBF602032193f2b38
Octal273277140206231775370
Binary1011101110111111110000010011001011001111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF60; }

 p { color: rgb(187,191,96); }

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

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

 a { background-color: rgb(187,191,96); }

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

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

 span { border-color: rgb(187,191,96); }

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