Html Css Color HEX #BED491 Sprout

📋 copy color: '#BED491'

red 190 ◦ green 212 ◦ blue 145

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

Shades of Sprout #BED491

Tints of Sprout #BED491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.51%

R = 34.73%
G = 38.76%
B = 26.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#BED491 (or 0xBED491) is known color: Sprout. HEX triplet: BE, D4 and 91. RGB value is (190,212,145). Sum of RGB (Red+Green+Blue) = 190+212+145=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BED491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED491 is #412B6E. Grayscale: #C6C6C6. Windows color (decimal): -4270959 or 9557182. OLE color: 9557182.

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

Color convert

RGB 190 212 145 -
CMYK 0.10 0 0.32 0.17
HSL 79.7º 0.44% 0.7% -
HSV(B) 79.7º 0.32% 0.83% -
XYZ 49.89 60.08 35.75 -
YUV 197.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 190 212 145 0.10 0 0.32 0.17 79.7 0.44 0.7
Hex BE D4 91 A 0 20 11 50 2C 46
Octal 276 324 221 12 0 40 21 120 54 106
Binary 10111110 11010100 10010001 1010 0 100000 10001 1010000 101100 1000110

Color Harmonies of #BED491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED491

Black with #BED491

Text Example


Text Example

White with #BED491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED491; }

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

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

background-color css

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

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

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

border-color css

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

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

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