#9a8b64

Color #9A8B64 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #9A8B64

Tints of Pale Oyster #9A8B64

Color information

#9A8B64 (or 0x9A8B64) is unknown color: approx Pale Oyster. HEX triplet: 9A, 8B and 64. RGB value is (154,139,100). Sum of RGB (Red+Green+Blue) = 154+139+100=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B64 is #65749B. Grayscale: #8B8B8B. Windows color (decimal): -6648988 or 6589338. OLE color: 6589338.

HSL color Cylindrical-coordinate representation of color #9A8B64: hue angle of 43.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8B64 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB154139100-
CMYK00.100.350.40
HSL43.33º21.26%49.8%-
HSV(B)43.33º35.06%60.39%-
XYZ24.8626.2615.81-
YUV139.04105.97138.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=39.19%
G=35.37%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413910000.100.350.4043.3321.2649.8
Hex9A8B640A23282b1532
Octal2322131440124350532562
Binary100110101000101111001000101010001110100010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a8b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a8b64; }

 p { color: rgb(154,139,100); }

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

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

 a { background-color: rgb(154,139,100); }

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

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

 span { border-color: rgb(154,139,100); }

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