#BBCB6D

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

Shades of Wild Willow #BBCB6D

Tints of Wild Willow #BBCB6D

Color information

#BBCB6D (or 0xBBCB6D) is unknown color: approx Wild Willow. HEX triplet: BB, CB and 6D. RGB value is (187,203,109). Sum of RGB (Red+Green+Blue) = 187+203+109=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB6D is #443492. Grayscale: #BBBBBB. Windows color (decimal): -4469907 or 7195579. OLE color: 7195579.

HSL color Cylindrical-coordinate representation of color #BBCB6D: hue angle of 70.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBCB6D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB187203109-
CMYK0.0800.460.20
HSL70.21º47.47%61.18%-
HSV(B)70.21º46.31%79.61%-
XYZ44.6154.3822.61-
YUV187.583.7127.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=37.47%
G=40.68%
B=21.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031090.0800.460.2070.2147.4761.18
HexBBCB6D802E14462f3d
Octal27331315510056241065775
Binary1011101111001011110110110000101110101001000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB6D; }

 p { color: rgb(187,203,109); }

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

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

 a { background-color: rgb(187,203,109); }

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

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

 span { border-color: rgb(187,203,109); }

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