#BCC56E

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

Shades of Wild Willow #BCC56E

Tints of Wild Willow #BCC56E

Color information

#BCC56E (or 0xBCC56E) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 6E. RGB value is (188,197,110). Sum of RGB (Red+Green+Blue) = 188+197+110=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC56E is #433A91. Grayscale: #B8B8B8. Windows color (decimal): -4405906 or 7259580. OLE color: 7259580.

HSL color Cylindrical-coordinate representation of color #BCC56E: hue angle of 66.21º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC56E is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB188197110-
CMYK0.0500.440.23
HSL66.21º42.86%60.2%-
HSV(B)66.21º44.16%77.25%-
XYZ43.5251.7522.45-
YUV184.3986.02130.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 197 (77.34% from 255) = 39.80%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=37.98%
G=39.80%
B=22.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971100.0500.440.2366.2142.8660.2
HexBCC56E502C17422b3c
Octal2743051565054271025374
Binary101111001100010111011101010101100101111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC56E; }

 p { color: rgb(188,197,110); }

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

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

 a { background-color: rgb(188,197,110); }

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

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

 span { border-color: rgb(188,197,110); }

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