#BCD06F

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

Shades of Wild Willow #BCD06F

Tints of Wild Willow #BCD06F

Color information

#BCD06F (or 0xBCD06F) is unknown color: approx Wild Willow. HEX triplet: BC, D0 and 6F. RGB value is (188,208,111). Sum of RGB (Red+Green+Blue) = 188+208+111=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD06F is #432F90. Grayscale: #BFBFBF. Windows color (decimal): -4403089 or 7327932. OLE color: 7327932.

HSL color Cylindrical-coordinate representation of color #BCD06F: hue angle of 72.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD06F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB188208111-
CMYK0.1000.470.18
HSL72.37º50.79%62.55%-
HSV(B)72.37º46.63%81.57%-
XYZ46.1656.9523.6-
YUV190.9682.87125.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=37.08%
G=41.03%
B=21.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081110.1000.470.1872.3750.7962.55
HexBCD06FA02F1248333f
Octal27432015712057221106377
Binary1011110011010000110111110100101111100101001000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD06F; }

 p { color: rgb(188,208,111); }

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

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

 a { background-color: rgb(188,208,111); }

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

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

 span { border-color: rgb(188,208,111); }

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