#B4C097

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

Shades of Sprout #B4C097

Tints of Sprout #B4C097

Color information

#B4C097 (or 0xB4C097) is unknown color: approx Sprout. HEX triplet: B4, C0 and 97. RGB value is (180,192,151). Sum of RGB (Red+Green+Blue) = 180+192+151=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C097 is #4B3F68. Grayscale: #B7B7B7. Windows color (decimal): -4931433 or 9945268. OLE color: 9945268.

HSL color Cylindrical-coordinate representation of color #B4C097: hue angle of 77.56º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C097 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB180192151-
CMYK0.0600.210.25
HSL77.56º24.55%67.25%-
HSV(B)77.56º21.35%75.29%-
XYZ43.2649.6436.58-
YUV183.74109.52125.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=34.42%
G=36.71%
B=28.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921510.0600.210.2577.5624.5567.25
HexB4C0976015194e1943
Octal26430022760253111631103
Binary101101001100000010010111110010101110011001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C097; }

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

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

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

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

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

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

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

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