Html Css Color HEX #BED49A Sprout

📋 copy color: '#BED49A'

red 190 ◦ green 212 ◦ blue 154

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

Shades of Sprout #BED49A

Tints of Sprout #BED49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 34.17%
G = 38.13%
B = 27.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BED49A (or 0xBED49A) is known color: Sprout. HEX triplet: BE, D4 and 9A. RGB value is (190,212,154). Sum of RGB (Red+Green+Blue) = 190+212+154=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BED49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED49A is #412B65. Grayscale: #C7C7C7. Windows color (decimal): -4270950 or 10147006. OLE color: 10147006.

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

Color convert

RGB 190 212 154 -
CMYK 0.10 0 0.27 0.17
HSL 82.76º 0.4% 0.72% -
HSV(B) 82.76º 0.27% 0.83% -
XYZ 50.61 60.37 39.56 -
YUV 198.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 190 212 154 0.10 0 0.27 0.17 82.76 0.4 0.72
Hex BE D4 9A A 0 1B 11 53 28 48
Octal 276 324 232 12 0 33 21 123 50 110
Binary 10111110 11010100 10011010 1010 0 11011 10001 1010011 101000 1001000

Color Harmonies of #BED49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED49A

Black with #BED49A

Text Example


Text Example

White with #BED49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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