#B7D996

Color #B7D996 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B7D996

Tints of Sprout #B7D996

Color information

#B7D996 (or 0xB7D996) is unknown color: approx Sprout. HEX triplet: B7, D9 and 96. RGB value is (183,217,150). Sum of RGB (Red+Green+Blue) = 183+217+150=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D996 is #482669. Grayscale: #C7C7C7. Windows color (decimal): -4728426 or 9886135. OLE color: 9886135.

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

Color convert

RGB183217150-
CMYK0.1600.310.15
HSL90.45º46.85%71.96%-
HSV(B)90.45º30.88%85.1%-
XYZ49.8561.938.17-
YUV199.2100.24116.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=33.27%
G=39.45%
B=27.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171500.1600.310.1590.4546.8571.96
HexB7D9961001FF5a2f48
Octal267331226200371713257110
Binary10110111110110011001011010000011111111110110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D996; }

 p { color: rgb(183,217,150); }

 H1.HeaderClassName
 {
   color: #B7D996;
 }
 .AnyTagClassName
 {
   color: #B7D996;
 }
</style>
background-color css

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

 a { background-color: rgb(183,217,150); }

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

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

 span { border-color: rgb(183,217,150); }

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