#BCCB70

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

Shades of Wild Willow #BCCB70

Tints of Wild Willow #BCCB70

Color information

#BCCB70 (or 0xBCCB70) is unknown color: approx Wild Willow. HEX triplet: BC, CB and 70. RGB value is (188,203,112). Sum of RGB (Red+Green+Blue) = 188+203+112=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB70 is #43348F. Grayscale: #BCBCBC. Windows color (decimal): -4404368 or 7392188. OLE color: 7392188.

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

Color convert

RGB188203112-
CMYK0.0700.450.20
HSL69.89º46.67%61.76%-
HSV(B)69.89º44.83%79.61%-
XYZ45.0254.5723.49-
YUV188.1485.03127.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=37.38%
G=40.36%
B=22.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031120.0700.450.2069.8946.6761.76
HexBCCB70702D14462f3e
Octal2743131607055241065776
Binary101111001100101111100001110101101101001000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB70; }

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

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

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

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

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

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

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

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