Html Css Color HEX #BED25B Wild Willow

📋 copy color: '#BED25B'

red 190 ◦ green 210 ◦ blue 91

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

Shades of Wild Willow #BED25B

Tints of Wild Willow #BED25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.53%

R = 38.7%
G = 42.77%
B = 18.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#BED25B (or 0xBED25B) is known color: Wild Willow. HEX triplet: BE, D2 and 5B. RGB value is (190,210,91). Sum of RGB (Red+Green+Blue) = 190+210+91=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #BED25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED25B is #412DA4. Grayscale: #BEBEBE. Windows color (decimal): -4271525 or 6017726. OLE color: 6017726.

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

Color convert

RGB 190 210 91 -
CMYK 0.10 0 0.57 0.18
HSL 70.08º 0.57% 0.59% -
HSV(B) 70.08º 0.57% 0.82% -
XYZ 46.17 57.8 18.62 -
YUV 190.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 190 210 91 0.10 0 0.57 0.18 70.08 0.57 0.59
Hex BE D2 5B A 0 39 12 46 39 3B
Octal 276 322 133 12 0 71 22 106 71 73
Binary 10111110 11010010 1011011 1010 0 111001 10010 1000110 111001 111011

Color Harmonies of #BED25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED25B

Black with #BED25B

Text Example


Text Example

White with #BED25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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