#8C969A

Color #8C969A Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8C969A

Tints of Bali Hai #8C969A

Color information

#8C969A (or 0x8C969A) is unknown color: approx Bali Hai. HEX triplet: 8C, 96 and 9A. RGB value is (140,150,154). Sum of RGB (Red+Green+Blue) = 140+150+154=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C969A is #736965. Grayscale: #939393. Windows color (decimal): -7563622 or 10131084. OLE color: 10131084.

HSL color Cylindrical-coordinate representation of color #8C969A: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C969A is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB140150154-
CMYK0.090.0300.40
HSL197.14º6.48%57.65%-
HSV(B)197.14º9.09%60.39%-
XYZ27.5529.7234.86-
YUV147.47131.69122.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=31.53%
G=33.78%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401501540.090.0300.40197.146.4857.65
Hex8C969A93028c563a
Octal214226232113050305672
Binary100011001001011010011010100111010100011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C969A; }

 p { color: rgb(140,150,154); }

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

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

 a { background-color: rgb(140,150,154); }

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

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

 span { border-color: rgb(140,150,154); }

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