#BDCC6E

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

Shades of Wild Willow #BDCC6E

Tints of Wild Willow #BDCC6E

Color information

#BDCC6E (or 0xBDCC6E) is unknown color: approx Wild Willow. HEX triplet: BD, CC and 6E. RGB value is (189,204,110). Sum of RGB (Red+Green+Blue) = 189+204+110=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC6E is #423391. Grayscale: #BDBDBD. Windows color (decimal): -4338578 or 7261373. OLE color: 7261373.

HSL color Cylindrical-coordinate representation of color #BDCC6E: hue angle of 69.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCC6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB189204110-
CMYK0.0700.460.2
HSL69.57º47.96%61.57%-
HSV(B)69.57º46.08%80%-
XYZ45.3955.1323-
YUV188.883.53128.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=37.57%
G=40.56%
B=21.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041100.0700.460.269.5747.9661.57
HexBDCC6E702E1446303e
Octal2753141567056241066076
Binary101111011100110011011101110101110101001000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC6E; }

 p { color: rgb(189,204,110); }

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

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

 a { background-color: rgb(189,204,110); }

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

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

 span { border-color: rgb(189,204,110); }

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