#BBC669

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

Shades of Wild Willow #BBC669

Tints of Wild Willow #BBC669

Color information

#BBC669 (or 0xBBC669) is unknown color: approx Wild Willow. HEX triplet: BB, C6 and 69. RGB value is (187,198,105). Sum of RGB (Red+Green+Blue) = 187+198+105=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC669 is #443996. Grayscale: #B8B8B8. Windows color (decimal): -4471191 or 6932155. OLE color: 6932155.

HSL color Cylindrical-coordinate representation of color #BBC669: hue angle of 67.1º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC669 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB187198105-
CMYK0.0600.470.22
HSL67.1º44.93%59.41%-
HSV(B)67.1º46.97%77.65%-
XYZ43.2451.9721.12-
YUV184.1183.36130.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=38.16%
G=40.41%
B=21.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981050.0600.470.2267.144.9359.41
HexBBC669602F16432d3b
Octal2733061516057261035573
Binary101110111100011011010011100101111101101000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC669; }

 p { color: rgb(187,198,105); }

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

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

 a { background-color: rgb(187,198,105); }

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

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

 span { border-color: rgb(187,198,105); }

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