#BAC998

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

Shades of Sprout #BAC998

Tints of Sprout #BAC998

Color information

#BAC998 (or 0xBAC998) is unknown color: approx Sprout. HEX triplet: BA, C9 and 98. RGB value is (186,201,152). Sum of RGB (Red+Green+Blue) = 186+201+152=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC998 is #453667. Grayscale: #BFBFBF. Windows color (decimal): -4535912 or 10013114. OLE color: 10013114.

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

Color convert

RGB186201152-
CMYK0.0700.240.21
HSL78.37º31.21%69.22%-
HSV(B)78.37º24.38%78.82%-
XYZ46.854.4837.75-
YUV190.93106.03124.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=34.51%
G=37.29%
B=28.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011520.0700.240.2178.3731.2169.22
HexBAC9987018154e1f45
Octal27231123070302511637105
Binary101110101100100110011000111011000101011001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC998; }

 p { color: rgb(186,201,152); }

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

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

 a { background-color: rgb(186,201,152); }

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

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

 span { border-color: rgb(186,201,152); }

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