#99BCAA

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

Shades of Skeptic #99BCAA

Tints of Skeptic #99BCAA

Color information

#99BCAA (or 0x99BCAA) is unknown color: approx Skeptic. HEX triplet: 99, BC and AA. RGB value is (153,188,170). Sum of RGB (Red+Green+Blue) = 153+188+170=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCAA is #664355. Grayscale: #AFAFAF. Windows color (decimal): -6701910 or 11189401. OLE color: 11189401.

HSL color Cylindrical-coordinate representation of color #99BCAA: hue angle of 149.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCAA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB153188170-
CMYK0.1900.100.26
HSL149.14º20.71%66.86%-
HSV(B)149.14º18.62%73.73%-
XYZ38.3845.6444.82-
YUV175.48124.9111.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=29.94%
G=36.79%
B=33.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881700.1900.100.26149.1420.7166.86
Hex99BCAA130A1A951543
Octal231274252230123222525103
Binary10011001101111001010101010011010101101010010101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BCAA; }

 p { color: rgb(153,188,170); }

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

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

 a { background-color: rgb(153,188,170); }

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

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

 span { border-color: rgb(153,188,170); }

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