Html Css Color HEX #B8D994 Sprout

📋 copy color: '#B8D994'

red 184 ◦ green 217 ◦ blue 148

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

Shades of Sprout #B8D994

Tints of Sprout #B8D994

RGB

 RED value IS 184 (72.27% from 255) = 33.52%

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

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

R = 33.52%
G = 39.53%
B = 26.96%

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

#B8D994 (or 0xB8D994) is known color: Sprout. HEX triplet: B8, D9 and 94. RGB value is (184,217,148). Sum of RGB (Red+Green+Blue) = 184+217+148=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D994 is #47266B. Grayscale: #C7C7C7. Windows color (decimal): -4662892 or 9755064. OLE color: 9755064.

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

Color convert

RGB 184 217 148 -
CMYK 0.15 0 0.32 0.15
HSL 88.7º 0.48% 0.72% -
HSV(B) 88.7º 0.32% 0.85% -
XYZ 49.93 61.95 37.34 -
YUV 199.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 184 217 148 0.15 0 0.32 0.15 88.7 0.48 0.72
Hex B8 D9 94 F 0 20 F 59 30 48
Octal 270 331 224 17 0 40 17 131 60 110
Binary 10111000 11011001 10010100 1111 0 100000 1111 1011001 110000 1001000

Color Harmonies of #B8D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D994

Black with #B8D994

Text Example


Text Example

White with #B8D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D994; }

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

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

background-color css

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

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

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

border-color css

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

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

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