Html Css Color HEX #BED356 Wild Willow

📋 copy color: '#BED356'

red 190 ◦ green 211 ◦ blue 86

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

Shades of Wild Willow #BED356

Tints of Wild Willow #BED356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

 BLUE value IS 86 (33.98% from 255) = 17.66%

R = 39.01%
G = 43.33%
B = 17.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#BED356 (or 0xBED356) is known color: Wild Willow. HEX triplet: BE, D3 and 56. RGB value is (190,211,86). Sum of RGB (Red+Green+Blue) = 190+211+86=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #BED356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED356 is #412CA9. Grayscale: #BEBEBE. Windows color (decimal): -4271274 or 5690302. OLE color: 5690302.

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

Color convert

RGB 190 211 86 -
CMYK 0.10 0 0.59 0.17
HSL 70.08º 0.59% 0.58% -
HSV(B) 70.08º 0.59% 0.83% -
XYZ 46.21 58.21 17.6 -
YUV 190.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 190 211 86 0.10 0 0.59 0.17 70.08 0.59 0.58
Hex BE D3 56 A 0 3B 11 46 3B 3A
Octal 276 323 126 12 0 73 21 106 73 72
Binary 10111110 11010011 1010110 1010 0 111011 10001 1000110 111011 111010

Color Harmonies of #BED356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED356

Black with #BED356

Text Example


Text Example

White with #BED356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED356; }

 p { color: rgb(190,211,86); }

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

background-color css

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

 a { background-color: rgb(190,211,86); }

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

border-color css

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

 span { border-color: rgb(190,211,86); }

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