#B1C79D

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

Shades of Sprout #B1C79D

Tints of Sprout #B1C79D

Color information

#B1C79D (or 0xB1C79D) is unknown color: approx Sprout. HEX triplet: B1, C7 and 9D. RGB value is (177,199,157). Sum of RGB (Red+Green+Blue) = 177+199+157=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C79D is #4E3862. Grayscale: #BBBBBB. Windows color (decimal): -5126243 or 10340273. OLE color: 10340273.

HSL color Cylindrical-coordinate representation of color #B1C79D: hue angle of 91.43º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1C79D is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB177199157-
CMYK0.1100.210.22
HSL91.43º27.27%69.8%-
HSV(B)91.43º21.11%78.04%-
XYZ44.6452.6339.7-
YUV187.63110.71120.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=33.21%
G=37.34%
B=29.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991570.1100.210.2291.4327.2769.8
HexB1C79DB015165b1b46
Octal261307235130252613333106
Binary1011000111000111100111011011010101101101011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C79D; }

 p { color: rgb(177,199,157); }

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

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

 a { background-color: rgb(177,199,157); }

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

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

 span { border-color: rgb(177,199,157); }

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