Html Css Color HEX #BDD16E Wild Willow

📋 copy color: '#BDD16E'

red 189 ◦ green 209 ◦ blue 110

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

Shades of Wild Willow #BDD16E

Tints of Wild Willow #BDD16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.65%

R = 37.2%
G = 41.14%
B = 21.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#BDD16E (or 0xBDD16E) is known color: Wild Willow. HEX triplet: BD, D1 and 6E. RGB value is (189,209,110). Sum of RGB (Red+Green+Blue) = 189+209+110=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16E is #422E91. Grayscale: #C0C0C0. Windows color (decimal): -4337298 or 7262653. OLE color: 7262653.

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

Color convert

RGB 189 209 110 -
CMYK 0.10 0 0.47 0.18
HSL 72.12º 0.52% 0.63% -
HSV(B) 72.12º 0.47% 0.82% -
XYZ 46.6 57.55 23.4 -
YUV 191.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 189 209 110 0.10 0 0.47 0.18 72.12 0.52 0.63
Hex BD D1 6E A 0 2F 12 48 34 3F
Octal 275 321 156 12 0 57 22 110 64 77
Binary 10111101 11010001 1101110 1010 0 101111 10010 1001000 110100 111111

Color Harmonies of #BDD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD16E

Black with #BDD16E

Text Example


Text Example

White with #BDD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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