Html Css Color HEX #B9D994 Sprout

📋 copy color: '#B9D994'

red 185 ◦ green 217 ◦ blue 148

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

Shades of Sprout #B9D994

Tints of Sprout #B9D994

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

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

R = 33.64%
G = 39.45%
B = 26.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#B9D994 (or 0xB9D994) is known color: Sprout. HEX triplet: B9, D9 and 94. RGB value is (185,217,148). Sum of RGB (Red+Green+Blue) = 185+217+148=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D994 is #46266B. Grayscale: #C7C7C7. Windows color (decimal): -4597356 or 9755065. OLE color: 9755065.

HSL color Cylindrical-coordinate representation of color #B9D994: hue angle of 87.83º 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 #B9D994 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 148 -
CMYK 0.15 0 0.32 0.15
HSL 87.83º 0.48% 0.72% -
HSV(B) 87.83º 0.32% 0.85% -
XYZ 50.17 62.08 37.36 -
YUV 199.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 185 217 148 0.15 0 0.32 0.15 87.83 0.48 0.72
Hex B9 D9 94 F 0 20 F 58 30 48
Octal 271 331 224 17 0 40 17 130 60 110
Binary 10111001 11011001 10010100 1111 0 100000 1111 1011000 110000 1001000

Color Harmonies of #B9D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D994

Black with #B9D994

Text Example


Text Example

White with #B9D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D994; }

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

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

background-color css

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

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

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

border-color css

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

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

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