Html Css Color HEX #BED36A Wild Willow

📋 copy color: '#BED36A'

red 190 ◦ green 211 ◦ blue 106

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

Shades of Wild Willow #BED36A

Tints of Wild Willow #BED36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 37.48%
G = 41.62%
B = 20.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#BED36A (or 0xBED36A) is known color: Wild Willow. HEX triplet: BE, D3 and 6A. RGB value is (190,211,106). Sum of RGB (Red+Green+Blue) = 190+211+106=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #BED36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED36A is #412C95. Grayscale: #C1C1C1. Windows color (decimal): -4271254 or 7001022. OLE color: 7001022.

HSL color Cylindrical-coordinate representation of color #BED36A: hue angle of 72º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED36A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 106 -
CMYK 0.10 0 0.50 0.17
HSL 72º 0.54% 0.62% -
HSV(B) 72º 0.5% 0.83% -
XYZ 47.13 58.58 22.46 -
YUV 192.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 190 211 106 0.10 0 0.50 0.17 72 0.54 0.62
Hex BE D3 6A A 0 32 11 48 36 3E
Octal 276 323 152 12 0 62 21 110 66 76
Binary 10111110 11010011 1101010 1010 0 110010 10001 1001000 110110 111110

Color Harmonies of #BED36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED36A

Black with #BED36A

Text Example


Text Example

White with #BED36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED36A; }

 p { color: rgb(190,211,106); }

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

background-color css

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

 a { background-color: rgb(190,211,106); }

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

border-color css

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

 span { border-color: rgb(190,211,106); }

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