#BCCC70

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

Shades of Wild Willow #BCCC70

Tints of Wild Willow #BCCC70

Color information

#BCCC70 (or 0xBCCC70) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 70. RGB value is (188,204,112). Sum of RGB (Red+Green+Blue) = 188+204+112=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC70 is #43338F. Grayscale: #BDBDBD. Windows color (decimal): -4404112 or 7392444. OLE color: 7392444.

HSL color Cylindrical-coordinate representation of color #BCCC70: hue angle of 70.43º 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 #BCCC70 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB188204112-
CMYK0.0800.450.2
HSL70.43º47.42%61.96%-
HSV(B)70.43º45.1%80%-
XYZ45.2655.0523.57-
YUV188.7384.7127.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=37.30%
G=40.48%
B=22.22%

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
Decimal1882041120.0800.450.270.4347.4261.96
HexBCCC70802D14462f3e
Octal27431416010055241065776
Binary1011110011001100111000010000101101101001000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC70; }

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

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

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

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

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

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

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

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