Html Css Color HEX #BDD16F Wild Willow

📋 copy color: '#BDD16F'

red 189 ◦ green 209 ◦ blue 111

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

Shades of Wild Willow #BDD16F

Tints of Wild Willow #BDD16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.81%

R = 37.13%
G = 41.06%
B = 21.81%

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

#BDD16F (or 0xBDD16F) is known color: Wild Willow. HEX triplet: BD, D1 and 6F. RGB value is (189,209,111). Sum of RGB (Red+Green+Blue) = 189+209+111=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16F is #422E90. Grayscale: #C0C0C0. Windows color (decimal): -4337297 or 7328189. OLE color: 7328189.

HSL color Cylindrical-coordinate representation of color #BDD16F: hue angle of 72.24º 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 #BDD16F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 111 -
CMYK 0.10 0 0.47 0.18
HSL 72.24º 0.52% 0.63% -
HSV(B) 72.24º 0.47% 0.82% -
XYZ 46.66 57.57 23.69 -
YUV 191.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 189 209 111 0.10 0 0.47 0.18 72.24 0.52 0.63
Hex BD D1 6F A 0 2F 12 48 34 3F
Octal 275 321 157 12 0 57 22 110 64 77
Binary 10111101 11010001 1101111 1010 0 101111 10010 1001000 110100 111111

Color Harmonies of #BDD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD16F

Black with #BDD16F

Text Example


Text Example

White with #BDD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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