Html Css Color HEX #BED55B Wild Willow

📋 copy color: '#BED55B'

red 190 ◦ green 213 ◦ blue 91

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

Shades of Wild Willow #BED55B

Tints of Wild Willow #BED55B

RGB

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

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

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

R = 38.46%
G = 43.12%
B = 18.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BED55B (or 0xBED55B) is known color: Wild Willow. HEX triplet: BE, D5 and 5B. RGB value is (190,213,91). Sum of RGB (Red+Green+Blue) = 190+213+91=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #BED55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED55B is #412AA4. Grayscale: #C0C0C0. Windows color (decimal): -4270757 or 6018494. OLE color: 6018494.

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

Color convert

RGB 190 213 91 -
CMYK 0.11 0 0.57 0.16
HSL 71.31º 0.59% 0.6% -
HSV(B) 71.31º 0.57% 0.84% -
XYZ 46.92 59.29 18.87 -
YUV 192.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 190 213 91 0.11 0 0.57 0.16 71.31 0.59 0.6
Hex BE D5 5B B 0 39 10 47 3B 3C
Octal 276 325 133 13 0 71 20 107 73 74
Binary 10111110 11010101 1011011 1011 0 111001 10000 1000111 111011 111100

Color Harmonies of #BED55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED55B

Black with #BED55B

Text Example


Text Example

White with #BED55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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