Html Css Color HEX #BED471 Wild Willow

📋 copy color: '#BED471'

red 190 ◦ green 212 ◦ blue 113

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

Shades of Wild Willow #BED471

Tints of Wild Willow #BED471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.94%

R = 36.89%
G = 41.17%
B = 21.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BED471 (or 0xBED471) is known color: Wild Willow. HEX triplet: BE, D4 and 71. RGB value is (190,212,113). Sum of RGB (Red+Green+Blue) = 190+212+113=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #BED471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED471 is #412B8E. Grayscale: #C2C2C2. Windows color (decimal): -4270991 or 7460030. OLE color: 7460030.

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

Color convert

RGB 190 212 113 -
CMYK 0.10 0 0.47 0.17
HSL 73.33º 0.54% 0.64% -
HSV(B) 73.33º 0.47% 0.83% -
XYZ 47.76 59.23 24.54 -
YUV 194.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 190 212 113 0.10 0 0.47 0.17 73.33 0.54 0.64
Hex BE D4 71 A 0 2F 11 49 36 40
Octal 276 324 161 12 0 57 21 111 66 100
Binary 10111110 11010100 1110001 1010 0 101111 10001 1001001 110110 1000000

Color Harmonies of #BED471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED471

Black with #BED471

Text Example


Text Example

White with #BED471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED471; }

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

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

background-color css

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

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

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

border-color css

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

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

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