#BBC869

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

Shades of Wild Willow #BBC869

Tints of Wild Willow #BBC869

Color information

#BBC869 (or 0xBBC869) is unknown color: approx Wild Willow. HEX triplet: BB, C8 and 69. RGB value is (187,200,105). Sum of RGB (Red+Green+Blue) = 187+200+105=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC869 is #443796. Grayscale: #B9B9B9. Windows color (decimal): -4470679 or 6932667. OLE color: 6932667.

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

Color convert

RGB187200105-
CMYK0.0600.480.22
HSL68.21º46.34%59.8%-
HSV(B)68.21º47.5%78.43%-
XYZ43.752.8921.27-
YUV185.2882.69129.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=38.01%
G=40.65%
B=21.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001050.0600.480.2268.2146.3459.8
HexBBC869603016442e3c
Octal2733101516060261045674
Binary101110111100100011010011100110000101101000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC869; }

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

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

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

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

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

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

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

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