Html Css Color HEX #BDD86D Wild Willow

📋 copy color: '#BDD86D'

red 189 ◦ green 216 ◦ blue 109

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

Shades of Wild Willow #BDD86D

Tints of Wild Willow #BDD86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 36.77%
G = 42.02%
B = 21.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BDD86D (or 0xBDD86D) is known color: Wild Willow. HEX triplet: BD, D8 and 6D. RGB value is (189,216,109). Sum of RGB (Red+Green+Blue) = 189+216+109=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD86D is #422792. Grayscale: #C4C4C4. Windows color (decimal): -4335507 or 7198909. OLE color: 7198909.

HSL color Cylindrical-coordinate representation of color #BDD86D: hue angle of 75.14º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD86D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 109 -
CMYK 0.12 0 0.50 0.15
HSL 75.14º 0.58% 0.64% -
HSV(B) 75.14º 0.5% 0.85% -
XYZ 48.3 61.03 23.7 -
YUV 195.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 189 216 109 0.12 0 0.50 0.15 75.14 0.58 0.64
Hex BD D8 6D C 0 32 F 4B 3A 40
Octal 275 330 155 14 0 62 17 113 72 100
Binary 10111101 11011000 1101101 1100 0 110010 1111 1001011 111010 1000000

Color Harmonies of #BDD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD86D

Black with #BDD86D

Text Example


Text Example

White with #BDD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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