#B4C796

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

Shades of Sprout #B4C796

Tints of Sprout #B4C796

Color information

#B4C796 (or 0xB4C796) is unknown color: approx Sprout. HEX triplet: B4, C7 and 96. RGB value is (180,199,150). Sum of RGB (Red+Green+Blue) = 180+199+150=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C796 is #4B3869. Grayscale: #BBBBBB. Windows color (decimal): -4929642 or 9881524. OLE color: 9881524.

HSL color Cylindrical-coordinate representation of color #B4C796: hue angle of 83.27º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C796 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB180199150-
CMYK0.1000.250.22
HSL83.27º30.43%68.43%-
HSV(B)83.27º24.62%78.04%-
XYZ44.7552.7536.68-
YUV187.73106.71122.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=34.03%
G=37.62%
B=28.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991500.1000.250.2283.2730.4368.43
HexB4C796A01916531e44
Octal264307226120312612336104
Binary1011010011000111100101101010011001101101010011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C796; }

 p { color: rgb(180,199,150); }

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

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

 a { background-color: rgb(180,199,150); }

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

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

 span { border-color: rgb(180,199,150); }

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