#BCDB64

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

Shades of Wild Willow #BCDB64

Tints of Wild Willow #BCDB64

Color information

#BCDB64 (or 0xBCDB64) is unknown color: approx Wild Willow. HEX triplet: BC, DB and 64. RGB value is (188,219,100). Sum of RGB (Red+Green+Blue) = 188+219+100=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB64 is #43249B. Grayscale: #C4C4C4. Windows color (decimal): -4400284 or 6609852. OLE color: 6609852.

HSL color Cylindrical-coordinate representation of color #BCDB64: hue angle of 75.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCDB64 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB188219100-
CMYK0.1400.540.14
HSL75.63º62.3%62.55%-
HSV(B)75.63º54.34%85.88%-
XYZ48.3762.2721.53-
YUV196.1673.73122.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=37.08%
G=43.20%
B=19.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191000.1400.540.1475.6362.362.55
HexBCDB64E036E4c3e3f
Octal27433314416066161147677
Binary101111001101101111001001110011011011101001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDB64; }

 p { color: rgb(188,219,100); }

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

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

 a { background-color: rgb(188,219,100); }

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

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

 span { border-color: rgb(188,219,100); }

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