Html Css Color HEX #BDD871 Wild Willow

📋 copy color: '#BDD871'

red 189 ◦ green 216 ◦ blue 113

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

Shades of Wild Willow #BDD871

Tints of Wild Willow #BDD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 36.49%
G = 41.7%
B = 21.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BDD871 (or 0xBDD871) is known color: Wild Willow. HEX triplet: BD, D8 and 71. RGB value is (189,216,113). Sum of RGB (Red+Green+Blue) = 189+216+113=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD871 is #42278E. Grayscale: #C4C4C4. Windows color (decimal): -4335503 or 7461053. OLE color: 7461053.

HSL color Cylindrical-coordinate representation of color #BDD871: hue angle of 75.73º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD871 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 113 -
CMYK 0.12 0 0.48 0.15
HSL 75.73º 0.57% 0.65% -
HSV(B) 75.73º 0.48% 0.85% -
XYZ 48.52 61.12 24.86 -
YUV 196.19 81.05 122.88 -
System Red Green Blue C M Y K H S L
Decimal 189 216 113 0.12 0 0.48 0.15 75.73 0.57 0.65
Hex BD D8 71 C 0 30 F 4C 39 41
Octal 275 330 161 14 0 60 17 114 71 101
Binary 10111101 11011000 1110001 1100 0 110000 1111 1001100 111001 1000001

Color Harmonies of #BDD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD871

Black with #BDD871

Text Example


Text Example

White with #BDD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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