#BBCC5A

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

Shades of Wild Willow #BBCC5A

Tints of Wild Willow #BBCC5A

Color information

#BBCC5A (or 0xBBCC5A) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 5A. RGB value is (187,204,90). Sum of RGB (Red+Green+Blue) = 187+204+90=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC5A is #4433A5. Grayscale: #BABABA. Windows color (decimal): -4469670 or 5950651. OLE color: 5950651.

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

Color convert

RGB18720490-
CMYK0.0800.560.2
HSL68.95º52.78%57.65%-
HSV(B)68.95º55.88%80%-
XYZ43.9354.4917.87-
YUV185.9273.87128.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=38.88%
G=42.41%
B=18.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204900.0800.560.268.9552.7857.65
HexBBCC5A80381445353a
Octal27331413210070241056572
Binary1011101111001100101101010000111000101001000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC5A; }

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

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

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

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

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

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

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

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