Html Css Color HEX #BED473 Wild Willow

📋 copy color: '#BED473'

red 190 ◦ green 212 ◦ blue 115

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

Shades of Wild Willow #BED473

Tints of Wild Willow #BED473

RGB

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

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

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

R = 36.75%
G = 41.01%
B = 22.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#BED473 (or 0xBED473) is known color: Wild Willow. HEX triplet: BE, D4 and 73. RGB value is (190,212,115). Sum of RGB (Red+Green+Blue) = 190+212+115=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #BED473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED473 is #412B8C. Grayscale: #C2C2C2. Windows color (decimal): -4270989 or 7591102. OLE color: 7591102.

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

Color convert

RGB 190 212 115 -
CMYK 0.10 0 0.46 0.17
HSL 73.61º 0.53% 0.64% -
HSV(B) 73.61º 0.46% 0.83% -
XYZ 47.87 59.27 25.14 -
YUV 194.36 83.21 124.89 -
System Red Green Blue C M Y K H S L
Decimal 190 212 115 0.10 0 0.46 0.17 73.61 0.53 0.64
Hex BE D4 73 A 0 2E 11 4A 35 40
Octal 276 324 163 12 0 56 21 112 65 100
Binary 10111110 11010100 1110011 1010 0 101110 10001 1001010 110101 1000000

Color Harmonies of #BED473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED473

Black with #BED473

Text Example


Text Example

White with #BED473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED473; }

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

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

background-color css

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

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

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

border-color css

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

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

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