Html Css Color HEX #BED25A Wild Willow

📋 copy color: '#BED25A'

red 190 ◦ green 210 ◦ blue 90

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

Shades of Wild Willow #BED25A

Tints of Wild Willow #BED25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 38.78%
G = 42.86%
B = 18.37%

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

#BED25A (or 0xBED25A) is known color: Wild Willow. HEX triplet: BE, D2 and 5A. RGB value is (190,210,90). Sum of RGB (Red+Green+Blue) = 190+210+90=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #BED25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED25A is #412DA5. Grayscale: #BEBEBE. Windows color (decimal): -4271526 or 5952190. OLE color: 5952190.

HSL color Cylindrical-coordinate representation of color #BED25A: hue angle of 70º 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 #BED25A is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 90 -
CMYK 0.10 0 0.57 0.18
HSL 70º 0.57% 0.59% -
HSV(B) 70º 0.57% 0.82% -
XYZ 46.13 57.78 18.39 -
YUV 190.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 190 210 90 0.10 0 0.57 0.18 70 0.57 0.59
Hex BE D2 5A A 0 39 12 46 39 3B
Octal 276 322 132 12 0 71 22 106 71 73
Binary 10111110 11010010 1011010 1010 0 111001 10010 1000110 111001 111011

Color Harmonies of #BED25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED25A

Black with #BED25A

Text Example


Text Example

White with #BED25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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