Html Css Color HEX #BDD170 Wild Willow

📋 copy color: '#BDD170'

red 189 ◦ green 209 ◦ blue 112

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

Shades of Wild Willow #BDD170

Tints of Wild Willow #BDD170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.98%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 37.06%
G = 40.98%
B = 21.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BDD170 (or 0xBDD170) is known color: Wild Willow. HEX triplet: BD, D1 and 70. RGB value is (189,209,112). Sum of RGB (Red+Green+Blue) = 189+209+112=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD170 is #422E8F. Grayscale: #C0C0C0. Windows color (decimal): -4337296 or 7393725. OLE color: 7393725.

HSL color Cylindrical-coordinate representation of color #BDD170: hue angle of 72.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD170 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 112 -
CMYK 0.10 0 0.46 0.18
HSL 72.37º 0.51% 0.63% -
HSV(B) 72.37º 0.46% 0.82% -
XYZ 46.71 57.59 23.98 -
YUV 191.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 189 209 112 0.10 0 0.46 0.18 72.37 0.51 0.63
Hex BD D1 70 A 0 2E 12 48 33 3F
Octal 275 321 160 12 0 56 22 110 63 77
Binary 10111101 11010001 1110000 1010 0 101110 10010 1001000 110011 111111

Color Harmonies of #BDD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD170

Black with #BDD170

Text Example


Text Example

White with #BDD170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD170; }

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

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

background-color css

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

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

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

border-color css

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

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

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