Html Css Color HEX #BED994 Sprout

📋 copy color: '#BED994'

red 190 ◦ green 217 ◦ blue 148

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

Shades of Sprout #BED994

Tints of Sprout #BED994

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.1%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 34.23%
G = 39.1%
B = 26.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BED994 (or 0xBED994) is known color: Sprout. HEX triplet: BE, D9 and 94. RGB value is (190,217,148). Sum of RGB (Red+Green+Blue) = 190+217+148=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BED994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED994 is #41266B. Grayscale: #C9C9C9. Windows color (decimal): -4269676 or 9755070. OLE color: 9755070.

HSL color Cylindrical-coordinate representation of color #BED994: hue angle of 83.48º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED994 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 148 -
CMYK 0.12 0 0.32 0.15
HSL 83.48º 0.48% 0.72% -
HSV(B) 83.48º 0.32% 0.85% -
XYZ 51.39 62.71 37.41 -
YUV 201.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 190 217 148 0.12 0 0.32 0.15 83.48 0.48 0.72
Hex BE D9 94 C 0 20 F 53 30 48
Octal 276 331 224 14 0 40 17 123 60 110
Binary 10111110 11011001 10010100 1100 0 100000 1111 1010011 110000 1001000

Color Harmonies of #BED994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED994

Black with #BED994

Text Example


Text Example

White with #BED994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED994; }

 p { color: rgb(190,217,148); }

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

background-color css

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

 a { background-color: rgb(190,217,148); }

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

border-color css

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

 span { border-color: rgb(190,217,148); }

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