#B8C3A0

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

Shades of Sprout #B8C3A0

Tints of Sprout #B8C3A0

Color information

#B8C3A0 (or 0xB8C3A0) is unknown color: approx Sprout. HEX triplet: B8, C3 and A0. RGB value is (184,195,160). Sum of RGB (Red+Green+Blue) = 184+195+160=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C3A0 is #473C5F. Grayscale: #BBBBBB. Windows color (decimal): -4668512 or 10535864. OLE color: 10535864.

HSL color Cylindrical-coordinate representation of color #B8C3A0: hue angle of 78.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8C3A0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB184195160-
CMYK0.0600.180.24
HSL78.86º22.58%69.61%-
HSV(B)78.86º17.95%76.47%-
XYZ45.6351.7640.84-
YUV187.72112.36125.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=34.14%
G=36.18%
B=29.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951600.0600.180.2478.8622.5869.61
HexB8C3A06012184f1746
Octal27030324060223011727106
Binary101110001100001110100000110010010110001001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C3A0; }

 p { color: rgb(184,195,160); }

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

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

 a { background-color: rgb(184,195,160); }

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

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

 span { border-color: rgb(184,195,160); }

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