#B8C993

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

Shades of Sprout #B8C993

Tints of Sprout #B8C993

Color information

#B8C993 (or 0xB8C993) is unknown color: approx Sprout. HEX triplet: B8, C9 and 93. RGB value is (184,201,147). Sum of RGB (Red+Green+Blue) = 184+201+147=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C993 is #47366C. Grayscale: #BDBDBD. Windows color (decimal): -4666989 or 9685432. OLE color: 9685432.

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

Color convert

RGB184201147-
CMYK0.0800.270.21
HSL78.89º33.33%68.24%-
HSV(B)78.89º26.87%78.82%-
XYZ45.9254.0735.62-
YUV189.76103.87123.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=34.59%
G=37.78%
B=27.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842011470.0800.270.2178.8933.3368.24
HexB8C993801B154f2144
Octal270311223100332511741104
Binary10111000110010011001001110000110111010110011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C993; }

 p { color: rgb(184,201,147); }

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

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

 a { background-color: rgb(184,201,147); }

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

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

 span { border-color: rgb(184,201,147); }

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