#BBCB6C

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

Shades of Wild Willow #BBCB6C

Tints of Wild Willow #BBCB6C

Color information

#BBCB6C (or 0xBBCB6C) is unknown color: approx Wild Willow. HEX triplet: BB, CB and 6C. RGB value is (187,203,108). Sum of RGB (Red+Green+Blue) = 187+203+108=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB6C is #443493. Grayscale: #BBBBBB. Windows color (decimal): -4469908 or 7130043. OLE color: 7130043.

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

Color convert

RGB187203108-
CMYK0.0800.470.20
HSL70.11º47.74%60.98%-
HSV(B)70.11º46.8%79.61%-
XYZ44.5654.3622.33-
YUV187.3983.2127.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 108 (42.58% from 255) = 21.69%
R=37.55%
G=40.76%
B=21.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031080.0800.470.2070.1147.7460.98
HexBBCB6C802F1446303d
Octal27331315410057241066075
Binary1011101111001011110110010000101111101001000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB6C; }

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

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

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

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

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

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

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

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