Html Css Color HEX #BDD16A Wild Willow

📋 copy color: '#BDD16A'

red 189 ◦ green 209 ◦ blue 106

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

Shades of Wild Willow #BDD16A

Tints of Wild Willow #BDD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 37.5%
G = 41.47%
B = 21.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BDD16A (or 0xBDD16A) is known color: Wild Willow. HEX triplet: BD, D1 and 6A. RGB value is (189,209,106). Sum of RGB (Red+Green+Blue) = 189+209+106=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16A is #422E95. Grayscale: #BFBFBF. Windows color (decimal): -4337302 or 7000509. OLE color: 7000509.

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

Color convert

RGB 189 209 106 -
CMYK 0.10 0 0.49 0.18
HSL 71.65º 0.53% 0.62% -
HSV(B) 71.65º 0.49% 0.82% -
XYZ 46.39 57.46 22.28 -
YUV 191.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 189 209 106 0.10 0 0.49 0.18 71.65 0.53 0.62
Hex BD D1 6A A 0 31 12 48 35 3E
Octal 275 321 152 12 0 61 22 110 65 76
Binary 10111101 11010001 1101010 1010 0 110001 10010 1001000 110101 111110

Color Harmonies of #BDD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD16A

Black with #BDD16A

Text Example


Text Example

White with #BDD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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