Html Css Color HEX #BED573 Wild Willow

📋 copy color: '#BED573'

red 190 ◦ green 213 ◦ blue 115

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

Shades of Wild Willow #BED573

Tints of Wild Willow #BED573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 115 (45.31% from 255) = 22.2%

R = 36.68%
G = 41.12%
B = 22.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BED573 (or 0xBED573) is known color: Wild Willow. HEX triplet: BE, D5 and 73. RGB value is (190,213,115). Sum of RGB (Red+Green+Blue) = 190+213+115=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BED573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED573 is #412A8C. Grayscale: #C3C3C3. Windows color (decimal): -4270733 or 7591358. OLE color: 7591358.

HSL color Cylindrical-coordinate representation of color #BED573: hue angle of 74.08º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED573 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 115 -
CMYK 0.11 0 0.46 0.16
HSL 74.08º 0.54% 0.64% -
HSV(B) 74.08º 0.46% 0.84% -
XYZ 48.12 59.77 25.22 -
YUV 194.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 190 213 115 0.11 0 0.46 0.16 74.08 0.54 0.64
Hex BE D5 73 B 0 2E 10 4A 36 40
Octal 276 325 163 13 0 56 20 112 66 100
Binary 10111110 11010101 1110011 1011 0 101110 10000 1001010 110110 1000000

Color Harmonies of #BED573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED573

Black with #BED573

Text Example


Text Example

White with #BED573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED573; }

 p { color: rgb(190,213,115); }

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

background-color css

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

 a { background-color: rgb(190,213,115); }

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

border-color css

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

 span { border-color: rgb(190,213,115); }

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