#B8C2A0

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

Shades of Sprout #B8C2A0

Tints of Sprout #B8C2A0

Color information

#B8C2A0 (or 0xB8C2A0) is unknown color: approx Sprout. HEX triplet: B8, C2 and A0. RGB value is (184,194,160). Sum of RGB (Red+Green+Blue) = 184+194+160=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2A0 is #473D5F. Grayscale: #BBBBBB. Windows color (decimal): -4668768 or 10535608. OLE color: 10535608.

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

Color convert

RGB184194160-
CMYK0.0500.180.24
HSL77.65º21.79%69.41%-
HSV(B)77.65º17.53%76.08%-
XYZ45.451.3140.77-
YUV187.13112.69125.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=34.20%
G=36.06%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941600.0500.180.2477.6521.7969.41
HexB8C2A05012184e1645
Octal27030224050223011626105
Binary101110001100001010100000101010010110001001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2A0; }

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

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

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

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

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

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

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

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