#BBCC5D

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

Shades of Wild Willow #BBCC5D

Tints of Wild Willow #BBCC5D

Color information

#BBCC5D (or 0xBBCC5D) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 5D. RGB value is (187,204,93). Sum of RGB (Red+Green+Blue) = 187+204+93=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC5D is #4433A2. Grayscale: #BABABA. Windows color (decimal): -4469667 or 6147259. OLE color: 6147259.

HSL color Cylindrical-coordinate representation of color #BBCC5D: hue angle of 69.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBCC5D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB18720493-
CMYK0.0800.540.2
HSL69.19º52.11%58.24%-
HSV(B)69.19º54.41%80%-
XYZ44.0654.5418.56-
YUV186.2675.37128.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=38.64%
G=42.15%
B=19.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204930.0800.540.269.1952.1158.24
HexBBCC5D80361445343a
Octal27331413510066241056472
Binary1011101111001100101110110000110110101001000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC5D; }

 p { color: rgb(187,204,93); }

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

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

 a { background-color: rgb(187,204,93); }

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

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

 span { border-color: rgb(187,204,93); }

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