#BDCC6F

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

Shades of Wild Willow #BDCC6F

Tints of Wild Willow #BDCC6F

Color information

#BDCC6F (or 0xBDCC6F) is unknown color: approx Wild Willow. HEX triplet: BD, CC and 6F. RGB value is (189,204,111). Sum of RGB (Red+Green+Blue) = 189+204+111=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC6F is #423390. Grayscale: #BDBDBD. Windows color (decimal): -4338577 or 7326909. OLE color: 7326909.

HSL color Cylindrical-coordinate representation of color #BDCC6F: hue angle of 69.68º 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 #BDCC6F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB189204111-
CMYK0.0700.460.2
HSL69.68º47.69%61.76%-
HSV(B)69.68º45.59%80%-
XYZ45.4555.1523.29-
YUV188.9184.03128.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=37.5%
G=40.48%
B=22.02%

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
Decimal1892041110.0700.460.269.6847.6961.76
HexBDCC6F702E1446303e
Octal2753141577056241066076
Binary101111011100110011011111110101110101001000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC6F; }

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

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

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

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

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

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

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

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