#BCDB66

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

Shades of Wild Willow #BCDB66

Tints of Wild Willow #BCDB66

Color information

#BCDB66 (or 0xBCDB66) is unknown color: approx Wild Willow. HEX triplet: BC, DB and 66. RGB value is (188,219,102). Sum of RGB (Red+Green+Blue) = 188+219+102=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB66 is #432499. Grayscale: #C4C4C4. Windows color (decimal): -4400282 or 6740924. OLE color: 6740924.

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

Color convert

RGB188219102-
CMYK0.1400.530.14
HSL75.9º61.9%62.94%-
HSV(B)75.9º53.42%85.88%-
XYZ48.4762.3122.04-
YUV196.3974.73122.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=36.94%
G=43.03%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191020.1400.530.1475.961.962.94
HexBCDB66E035E4c3e3f
Octal27433314616065161147677
Binary101111001101101111001101110011010111101001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDB66; }

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

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

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

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

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

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

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

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