Html Css Color HEX #BDC971 Wild Willow

📋 copy color: '#BDC971'

red 189 ◦ green 201 ◦ blue 113

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

Shades of Wild Willow #BDC971

Tints of Wild Willow #BDC971

RGB

 RED value IS 189 (74.22% from 255) = 37.57%

 GREEN value IS 201 (78.91% from 255) = 39.96%

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 37.57%
G = 39.96%
B = 22.47%

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

#BDC971 (or 0xBDC971) is known color: Wild Willow. HEX triplet: BD, C9 and 71. RGB value is (189,201,113). Sum of RGB (Red+Green+Blue) = 189+201+113=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC971 is #42368E. Grayscale: #BBBBBB. Windows color (decimal): -4339343 or 7457213. OLE color: 7457213.

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

Color convert

RGB 189 201 113 -
CMYK 0.06 0 0.44 0.21
HSL 68.18º 0.45% 0.62% -
HSV(B) 68.18º 0.44% 0.79% -
XYZ 44.85 53.78 23.64 -
YUV 187.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 189 201 113 0.06 0 0.44 0.21 68.18 0.45 0.62
Hex BD C9 71 6 0 2C 15 44 2D 3E
Octal 275 311 161 6 0 54 25 104 55 76
Binary 10111101 11001001 1110001 110 0 101100 10101 1000100 101101 111110

Color Harmonies of #BDC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC971

Black with #BDC971

Text Example


Text Example

White with #BDC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC971; }

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

 H1.HeaderClassName
 {
   color: #BDC971;
 }
 .AnyTagClassName
 {
   color: #BDC971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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