Html Css Color HEX #BED258 Wild Willow

📋 copy color: '#BED258'

red 190 ◦ green 210 ◦ blue 88

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

Shades of Wild Willow #BED258

Tints of Wild Willow #BED258

RGB

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

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

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

R = 38.93%
G = 43.03%
B = 18.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#BED258 (or 0xBED258) is known color: Wild Willow. HEX triplet: BE, D2 and 58. RGB value is (190,210,88). Sum of RGB (Red+Green+Blue) = 190+210+88=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #BED258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED258 is #412DA7. Grayscale: #BEBEBE. Windows color (decimal): -4271528 or 5821118. OLE color: 5821118.

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

Color convert

RGB 190 210 88 -
CMYK 0.10 0 0.58 0.18
HSL 69.84º 0.58% 0.58% -
HSV(B) 69.84º 0.58% 0.82% -
XYZ 46.04 57.74 17.95 -
YUV 190.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 190 210 88 0.10 0 0.58 0.18 69.84 0.58 0.58
Hex BE D2 58 A 0 3A 12 46 3A 3A
Octal 276 322 130 12 0 72 22 106 72 72
Binary 10111110 11010010 1011000 1010 0 111010 10010 1000110 111010 111010

Color Harmonies of #BED258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED258

Black with #BED258

Text Example


Text Example

White with #BED258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED258; }

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

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

background-color css

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

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

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

border-color css

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

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

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