Html Css Color HEX #BED350 Wild Willow

📋 copy color: '#BED350'

red 190 ◦ green 211 ◦ blue 80

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

Shades of Wild Willow #BED350

Tints of Wild Willow #BED350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 39.5%
G = 43.87%
B = 16.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#BED350 (or 0xBED350) is known color: Wild Willow. HEX triplet: BE, D3 and 50. RGB value is (190,211,80). Sum of RGB (Red+Green+Blue) = 190+211+80=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #BED350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED350 is #412CAF. Grayscale: #BEBEBE. Windows color (decimal): -4271280 or 5297086. OLE color: 5297086.

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

Color convert

RGB 190 211 80 -
CMYK 0.10 0 0.62 0.17
HSL 69.62º 0.6% 0.57% -
HSV(B) 69.62º 0.62% 0.83% -
XYZ 45.98 58.11 16.38 -
YUV 189.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 190 211 80 0.10 0 0.62 0.17 69.62 0.6 0.57
Hex BE D3 50 A 0 3E 11 46 3C 39
Octal 276 323 120 12 0 76 21 106 74 71
Binary 10111110 11010011 1010000 1010 0 111110 10001 1000110 111100 111001

Color Harmonies of #BED350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED350

Black with #BED350

Text Example


Text Example

White with #BED350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED350; }

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

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

background-color css

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

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

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

border-color css

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

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

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