Html Css Color HEX #BED558 Wild Willow

📋 copy color: '#BED558'

red 190 ◦ green 213 ◦ blue 88

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

Shades of Wild Willow #BED558

Tints of Wild Willow #BED558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.92%

R = 38.7%
G = 43.38%
B = 17.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#BED558 (or 0xBED558) is known color: Wild Willow. HEX triplet: BE, D5 and 58. RGB value is (190,213,88). Sum of RGB (Red+Green+Blue) = 190+213+88=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #BED558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED558 is #412AA7. Grayscale: #C0C0C0. Windows color (decimal): -4270760 or 5821886. OLE color: 5821886.

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

Color convert

RGB 190 213 88 -
CMYK 0.11 0 0.59 0.16
HSL 71.04º 0.6% 0.59% -
HSV(B) 71.04º 0.59% 0.84% -
XYZ 46.79 59.24 18.2 -
YUV 191.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 190 213 88 0.11 0 0.59 0.16 71.04 0.6 0.59
Hex BE D5 58 B 0 3B 10 47 3C 3B
Octal 276 325 130 13 0 73 20 107 74 73
Binary 10111110 11010101 1011000 1011 0 111011 10000 1000111 111100 111011

Color Harmonies of #BED558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED558

Black with #BED558

Text Example


Text Example

White with #BED558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED558; }

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

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

background-color css

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

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

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

border-color css

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

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

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