Html Css Color HEX #BED26E Wild Willow

📋 copy color: '#BED26E'

red 190 ◦ green 210 ◦ blue 110

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

Shades of Wild Willow #BED26E

Tints of Wild Willow #BED26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.18%

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

R = 37.25%
G = 41.18%
B = 21.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#BED26E (or 0xBED26E) is known color: Wild Willow. HEX triplet: BE, D2 and 6E. RGB value is (190,210,110). Sum of RGB (Red+Green+Blue) = 190+210+110=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26E is #412D91. Grayscale: #C0C0C0. Windows color (decimal): -4271506 or 7262910. OLE color: 7262910.

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

Color convert

RGB 190 210 110 -
CMYK 0.10 0 0.48 0.18
HSL 72º 0.53% 0.63% -
HSV(B) 72º 0.48% 0.82% -
XYZ 47.1 58.17 23.5 -
YUV 192.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 190 210 110 0.10 0 0.48 0.18 72 0.53 0.63
Hex BE D2 6E A 0 30 12 48 35 3F
Octal 276 322 156 12 0 60 22 110 65 77
Binary 10111110 11010010 1101110 1010 0 110000 10010 1001000 110101 111111

Color Harmonies of #BED26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED26E

Black with #BED26E

Text Example


Text Example

White with #BED26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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