#BBCC61

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

Shades of Wild Willow #BBCC61

Tints of Wild Willow #BBCC61

Color information

#BBCC61 (or 0xBBCC61) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 61. RGB value is (187,204,97). Sum of RGB (Red+Green+Blue) = 187+204+97=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC61 is #44339E. Grayscale: #BBBBBB. Windows color (decimal): -4469663 or 6409403. OLE color: 6409403.

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

Color convert

RGB18720497-
CMYK0.0800.520.2
HSL69.53º51.2%59.02%-
HSV(B)69.53º52.45%80%-
XYZ44.2454.6119.52-
YUV186.7277.37128.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=38.32%
G=41.80%
B=19.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204970.0800.520.269.5351.259.02
HexBBCC6180341446333b
Octal27331414110064241066373
Binary1011101111001100110000110000110100101001000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC61; }

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

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

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

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

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

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

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

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