Html Css Color HEX #BED450 Wild Willow

📋 copy color: '#BED450'

red 190 ◦ green 212 ◦ blue 80

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

Shades of Wild Willow #BED450

Tints of Wild Willow #BED450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

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

R = 39.42%
G = 43.98%
B = 16.6%

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

#BED450 (or 0xBED450) is known color: Wild Willow. HEX triplet: BE, D4 and 50. RGB value is (190,212,80). Sum of RGB (Red+Green+Blue) = 190+212+80=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #BED450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED450 is #412BAF. Grayscale: #BEBEBE. Windows color (decimal): -4271024 or 5297342. OLE color: 5297342.

HSL color Cylindrical-coordinate representation of color #BED450: hue angle of 70º degrees, saturation: 0.61, 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 #BED450 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 80 -
CMYK 0.10 0 0.62 0.17
HSL 70º 0.61% 0.57% -
HSV(B) 70º 0.62% 0.83% -
XYZ 46.23 58.61 16.47 -
YUV 190.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 190 212 80 0.10 0 0.62 0.17 70 0.61 0.57
Hex BE D4 50 A 0 3E 11 46 3D 39
Octal 276 324 120 12 0 76 21 106 75 71
Binary 10111110 11010100 1010000 1010 0 111110 10001 1000110 111101 111001

Color Harmonies of #BED450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED450

Black with #BED450

Text Example


Text Example

White with #BED450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED450; }

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

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

background-color css

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

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

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

border-color css

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

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

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