#BDC970

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

Shades of Wild Willow #BDC970

Tints of Wild Willow #BDC970

Color information

#BDC970 (or 0xBDC970) is unknown color: approx Wild Willow. HEX triplet: BD, C9 and 70. RGB value is (189,201,112). Sum of RGB (Red+Green+Blue) = 189+201+112=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC970 is #42368F. Grayscale: #BBBBBB. Windows color (decimal): -4339344 or 7391677. OLE color: 7391677.

HSL color Cylindrical-coordinate representation of color #BDC970: hue angle of 68.09º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC970 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB189201112-
CMYK0.0600.440.21
HSL68.09º45.18%61.37%-
HSV(B)68.09º44.28%78.82%-
XYZ44.853.7623.35-
YUV187.2785.52129.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=37.65%
G=40.04%
B=22.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011120.0600.440.2168.0945.1861.37
HexBDC970602C15442d3d
Octal2753111606054251045575
Binary101111011100100111100001100101100101011000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC970; }

 p { color: rgb(189,201,112); }

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

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

 a { background-color: rgb(189,201,112); }

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

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

 span { border-color: rgb(189,201,112); }

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