Html Css Color HEX #BED56E Wild Willow

📋 copy color: '#BED56E'

red 190 ◦ green 213 ◦ blue 110

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

Shades of Wild Willow #BED56E

Tints of Wild Willow #BED56E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.52%

 BLUE value IS 110 (43.36% from 255) = 21.44%

R = 37.04%
G = 41.52%
B = 21.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BED56E (or 0xBED56E) is known color: Wild Willow. HEX triplet: BE, D5 and 6E. RGB value is (190,213,110). Sum of RGB (Red+Green+Blue) = 190+213+110=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #BED56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED56E is #412A91. Grayscale: #C2C2C2. Windows color (decimal): -4270738 or 7263678. OLE color: 7263678.

HSL color Cylindrical-coordinate representation of color #BED56E: hue angle of 73.4º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BED56E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 110 -
CMYK 0.11 0 0.48 0.16
HSL 73.4º 0.55% 0.63% -
HSV(B) 73.4º 0.48% 0.84% -
XYZ 47.84 59.66 23.75 -
YUV 194.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 190 213 110 0.11 0 0.48 0.16 73.4 0.55 0.63
Hex BE D5 6E B 0 30 10 49 37 3F
Octal 276 325 156 13 0 60 20 111 67 77
Binary 10111110 11010101 1101110 1011 0 110000 10000 1001001 110111 111111

Color Harmonies of #BED56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED56E

Black with #BED56E

Text Example


Text Example

White with #BED56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED56E; }

 p { color: rgb(190,213,110); }

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

background-color css

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

 a { background-color: rgb(190,213,110); }

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

border-color css

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

 span { border-color: rgb(190,213,110); }

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