#B8CCA0

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

Shades of Sprout #B8CCA0

Tints of Sprout #B8CCA0

Color information

#B8CCA0 (or 0xB8CCA0) is unknown color: approx Sprout. HEX triplet: B8, CC and A0. RGB value is (184,204,160). Sum of RGB (Red+Green+Blue) = 184+204+160=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCA0 is #47335F. Grayscale: #C1C1C1. Windows color (decimal): -4666208 or 10538168. OLE color: 10538168.

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

Color convert

RGB184204160-
CMYK0.1000.220.2
HSL87.27º30.14%71.37%-
HSV(B)87.27º21.57%80%-
XYZ47.7155.9141.54-
YUV193109.37121.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=33.58%
G=37.23%
B=29.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041600.1000.220.287.2730.1471.37
HexB8CCA0A01614571e47
Octal270314240120262412736107
Binary1011100011001100101000001010010110101001010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCA0; }

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

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

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

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

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

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

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

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