Html Css Color HEX #BED16D Wild Willow

📋 copy color: '#BED16D'

red 190 ◦ green 209 ◦ blue 109

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

Shades of Wild Willow #BED16D

Tints of Wild Willow #BED16D

RGB

 RED value IS 190 (74.61% from 255) = 37.4%

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

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

R = 37.4%
G = 41.14%
B = 21.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#BED16D (or 0xBED16D) is known color: Wild Willow. HEX triplet: BE, D1 and 6D. RGB value is (190,209,109). Sum of RGB (Red+Green+Blue) = 190+209+109=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #BED16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED16D is #412E92. Grayscale: #C0C0C0. Windows color (decimal): -4271763 or 7197118. OLE color: 7197118.

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

Color convert

RGB 190 209 109 -
CMYK 0.09 0 0.48 0.18
HSL 71.4º 0.52% 0.62% -
HSV(B) 71.4º 0.48% 0.82% -
XYZ 46.8 57.65 23.13 -
YUV 191.92 81.21 126.63 -
System Red Green Blue C M Y K H S L
Decimal 190 209 109 0.09 0 0.48 0.18 71.4 0.52 0.62
Hex BE D1 6D 9 0 30 12 47 34 3E
Octal 276 321 155 11 0 60 22 107 64 76
Binary 10111110 11010001 1101101 1001 0 110000 10010 1000111 110100 111110

Color Harmonies of #BED16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED16D

Black with #BED16D

Text Example


Text Example

White with #BED16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED16D; }

 p { color: rgb(190,209,109); }

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

background-color css

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

 a { background-color: rgb(190,209,109); }

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

border-color css

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

 span { border-color: rgb(190,209,109); }

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