#BBC066

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

Shades of Wild Willow #BBC066

Tints of Wild Willow #BBC066

Color information

#BBC066 (or 0xBBC066) is unknown color: approx Wild Willow. HEX triplet: BB, C0 and 66. RGB value is (187,192,102). Sum of RGB (Red+Green+Blue) = 187+192+102=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC066 is #443F99. Grayscale: #B4B4B4. Windows color (decimal): -4472730 or 6734011. OLE color: 6734011.

HSL color Cylindrical-coordinate representation of color #BBC066: hue angle of 63.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC066 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB187192102-
CMYK0.0300.470.25
HSL63.33º41.67%57.65%-
HSV(B)63.33º46.88%75.29%-
XYZ41.7449.2219.87-
YUV180.2483.84132.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=38.88%
G=39.92%
B=21.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921020.0300.470.2563.3341.6757.65
HexBBC066302F193f2a3a
Octal273300146305731775272
Binary1011101111000000110011011010111111001111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC066; }

 p { color: rgb(187,192,102); }

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

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

 a { background-color: rgb(187,192,102); }

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

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

 span { border-color: rgb(187,192,102); }

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