#BBC166

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

Shades of Wild Willow #BBC166

Tints of Wild Willow #BBC166

Color information

#BBC166 (or 0xBBC166) is unknown color: approx Wild Willow. HEX triplet: BB, C1 and 66. RGB value is (187,193,102). Sum of RGB (Red+Green+Blue) = 187+193+102=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC166 is #443E99. Grayscale: #B5B5B5. Windows color (decimal): -4472474 or 6734267. OLE color: 6734267.

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

Color convert

RGB187193102-
CMYK0.0300.470.24
HSL63.96º42.33%57.84%-
HSV(B)63.96º47.15%75.69%-
XYZ41.9649.6619.94-
YUV180.8383.51132.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=38.80%
G=40.04%
B=21.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931020.0300.470.2463.9642.3357.84
HexBBC166302F18402a3a
Octal2733011463057301005272
Binary10111011110000011100110110101111110001000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC166; }

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

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

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

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

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

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

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

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