Html Css Color HEX #BDC970 Wild Willow

📋 copy color: '#BDC970'

red 189 ◦ green 201 ◦ blue 112

#BDC970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BDC970

Tints of Wild Willow #BDC970

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 value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BDC970 (or 0xBDC970) is known color: 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

RGB 189 201 112 -
CMYK 0.06 0 0.44 0.21
HSL 68.09º 0.45% 0.61% -
HSV(B) 68.09º 0.44% 0.79% -
XYZ 44.8 53.76 23.35 -
YUV 187.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 189 201 112 0.06 0 0.44 0.21 68.09 0.45 0.61
Hex BD C9 70 6 0 2C 15 44 2D 3D
Octal 275 311 160 6 0 54 25 104 55 75
Binary 10111101 11001001 1110000 110 0 101100 10101 1000100 101101 111101

Color Harmonies of #BDC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC970

Black with #BDC970

Text Example


Text Example

White with #BDC970

Text Example


Text Example

HTML Codes & Css Web 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>