#9A8600

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

Shades of Olive #9A8600

Tints of Olive #9A8600

Color information

#9A8600 (or 0x9A8600) is unknown color: approx Olive. HEX triplet: 9A, 86 and 00. RGB value is (154,134,0). Sum of RGB (Red+Green+Blue) = 154+134+0=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8600 is #6579FF. Grayscale: #7D7D7D. Windows color (decimal): -6650368 or 34458. OLE color: 34458.

HSL color Cylindrical-coordinate representation of color #9A8600: hue angle of 52.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A8600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1541340-
CMYK00.1310.40
HSL52.21º100%30.2%-
HSV(B)52.21º100%60.39%-
XYZ21.8523.923.47-
YUV124.757.63148.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.47%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.47%
G=46.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154134000.1310.4052.2110030.2
Hex9A8600D642834641e
Octal2322060015144506414436
Binary10011010100001100011011100100101000110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,0); }

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

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

 a { background-color: rgb(154,134,0); }

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

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

 span { border-color: rgb(154,134,0); }

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