#BBC169

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

Shades of Wild Willow #BBC169

Tints of Wild Willow #BBC169

Color information

#BBC169 (or 0xBBC169) is unknown color: approx Wild Willow. HEX triplet: BB, C1 and 69. RGB value is (187,193,105). Sum of RGB (Red+Green+Blue) = 187+193+105=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC169 is #443E96. Grayscale: #B5B5B5. Windows color (decimal): -4472471 or 6930875. OLE color: 6930875.

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

Color convert

RGB187193105-
CMYK0.0300.460.24
HSL64.09º41.51%58.43%-
HSV(B)64.09º45.6%75.69%-
XYZ42.1149.7220.74-
YUV181.1785.01132.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=38.56%
G=39.79%
B=21.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931050.0300.460.2464.0941.5158.43
HexBBC169302E18402a3a
Octal2733011513056301005272
Binary10111011110000011101001110101110110001000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC169; }

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

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

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

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

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

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

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

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