#BBCC70

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

Shades of Wild Willow #BBCC70

Tints of Wild Willow #BBCC70

Color information

#BBCC70 (or 0xBBCC70) is unknown color: approx Wild Willow. HEX triplet: BB, CC and 70. RGB value is (187,204,112). Sum of RGB (Red+Green+Blue) = 187+204+112=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC70 is #44338F. Grayscale: #BCBCBC. Windows color (decimal): -4469648 or 7392443. OLE color: 7392443.

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

Color convert

RGB187204112-
CMYK0.0800.450.2
HSL71.09º47.42%61.96%-
HSV(B)71.09º45.1%80%-
XYZ45.0154.9223.56-
YUV188.4384.87126.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=37.18%
G=40.56%
B=22.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041120.0800.450.271.0947.4261.96
HexBBCC70802D14472f3e
Octal27331416010055241075776
Binary1011101111001100111000010000101101101001000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC70; }

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

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

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

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

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

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

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

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