#B4C197

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

Shades of Sprout #B4C197

Tints of Sprout #B4C197

Color information

#B4C197 (or 0xB4C197) is unknown color: approx Sprout. HEX triplet: B4, C1 and 97. RGB value is (180,193,151). Sum of RGB (Red+Green+Blue) = 180+193+151=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C197 is #4B3E68. Grayscale: #B8B8B8. Windows color (decimal): -4931177 or 9945524. OLE color: 9945524.

HSL color Cylindrical-coordinate representation of color #B4C197: hue angle of 78.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C197 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB180193151-
CMYK0.0700.220.24
HSL78.57º25.3%67.45%-
HSV(B)78.57º21.76%75.69%-
XYZ43.4850.0836.65-
YUV184.32109.19124.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=34.35%
G=36.83%
B=28.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931510.0700.220.2478.5725.367.45
HexB4C1977016184f1943
Octal26430122770263011731103
Binary101101001100000110010111111010110110001001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C197; }

 p { color: rgb(180,193,151); }

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

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

 a { background-color: rgb(180,193,151); }

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

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

 span { border-color: rgb(180,193,151); }

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