#BBCC60

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

Shades of Wild Willow #BBCC60

Tints of Wild Willow #BBCC60

Color information

#BBCC60 (or 0xBBCC60) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 60. RGB value is (187,204,96). Sum of RGB (Red+Green+Blue) = 187+204+96=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC60 is #44339F. Grayscale: #BBBBBB. Windows color (decimal): -4469664 or 6343867. OLE color: 6343867.

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

Color convert

RGB18720496-
CMYK0.0800.530.2
HSL69.44º51.43%58.82%-
HSV(B)69.44º52.94%80%-
XYZ44.254.619.27-
YUV186.676.87128.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=38.40%
G=41.89%
B=19.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204960.0800.530.269.4451.4358.82
HexBBCC6080351445333b
Octal27331414010065241056373
Binary1011101111001100110000010000110101101001000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC60; }

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

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

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

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

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

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

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

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