#B8CA96

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

Shades of Sprout #B8CA96

Tints of Sprout #B8CA96

Color information

#B8CA96 (or 0xB8CA96) is unknown color: approx Sprout. HEX triplet: B8, CA and 96. RGB value is (184,202,150). Sum of RGB (Red+Green+Blue) = 184+202+150=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA96 is #473569. Grayscale: #BEBEBE. Windows color (decimal): -4666730 or 9882296. OLE color: 9882296.

HSL color Cylindrical-coordinate representation of color #B8CA96: hue angle of 80.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8CA96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB184202150-
CMYK0.0900.260.21
HSL80.77º32.91%69.02%-
HSV(B)80.77º25.74%79.22%-
XYZ46.3954.6336.95-
YUV190.69105.04123.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=34.33%
G=37.69%
B=27.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021500.0900.260.2180.7732.9169.02
HexB8CA96901A15512145
Octal270312226110322512141105
Binary10111000110010101001011010010110101010110100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA96; }

 p { color: rgb(184,202,150); }

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

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

 a { background-color: rgb(184,202,150); }

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

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

 span { border-color: rgb(184,202,150); }

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