Html Css Color HEX #BED595 Sprout

📋 copy color: '#BED595'

red 190 ◦ green 213 ◦ blue 149

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

Shades of Sprout #BED595

Tints of Sprout #BED595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 34.42%
G = 38.59%
B = 26.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BED595 (or 0xBED595) is known color: Sprout. HEX triplet: BE, D5 and 95. RGB value is (190,213,149). Sum of RGB (Red+Green+Blue) = 190+213+149=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #BED595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED595 is #412A6A. Grayscale: #C7C7C7. Windows color (decimal): -4270699 or 9819582. OLE color: 9819582.

HSL color Cylindrical-coordinate representation of color #BED595: hue angle of 81.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED595 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 149 -
CMYK 0.11 0 0.30 0.16
HSL 81.56º 0.43% 0.71% -
HSV(B) 81.56º 0.3% 0.84% -
XYZ 50.45 60.71 37.49 -
YUV 198.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 190 213 149 0.11 0 0.30 0.16 81.56 0.43 0.71
Hex BE D5 95 B 0 1E 10 52 2B 47
Octal 276 325 225 13 0 36 20 122 53 107
Binary 10111110 11010101 10010101 1011 0 11110 10000 1010010 101011 1000111

Color Harmonies of #BED595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED595

Black with #BED595

Text Example


Text Example

White with #BED595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED595; }

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

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

background-color css

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

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

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

border-color css

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

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

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