Html Css Color HEX #BED257 Wild Willow

📋 copy color: '#BED257'

red 190 ◦ green 210 ◦ blue 87

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

Shades of Wild Willow #BED257

Tints of Wild Willow #BED257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.86%

R = 39.01%
G = 43.12%
B = 17.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#BED257 (or 0xBED257) is known color: Wild Willow. HEX triplet: BE, D2 and 57. RGB value is (190,210,87). Sum of RGB (Red+Green+Blue) = 190+210+87=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #BED257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED257 is #412DA8. Grayscale: #BEBEBE. Windows color (decimal): -4271529 or 5755582. OLE color: 5755582.

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

Color convert

RGB 190 210 87 -
CMYK 0.10 0 0.59 0.18
HSL 69.76º 0.58% 0.58% -
HSV(B) 69.76º 0.59% 0.82% -
XYZ 46 57.73 17.73 -
YUV 190 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 190 210 87 0.10 0 0.59 0.18 69.76 0.58 0.58
Hex BE D2 57 A 0 3B 12 46 3A 3A
Octal 276 322 127 12 0 73 22 106 72 72
Binary 10111110 11010010 1010111 1010 0 111011 10010 1000110 111010 111010

Color Harmonies of #BED257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED257

Black with #BED257

Text Example


Text Example

White with #BED257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED257; }

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

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

background-color css

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

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

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

border-color css

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

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

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