#9A9500

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

Shades of Olive #9A9500

Tints of Olive #9A9500

Color information

#9A9500 (or 0x9A9500) is unknown color: approx Olive. HEX triplet: 9A, 95 and 00. RGB value is (154,149,0). Sum of RGB (Red+Green+Blue) = 154+149+0=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9500 is #656AFF. Grayscale: #868686. Windows color (decimal): -6646528 or 38298. OLE color: 38298.

HSL color Cylindrical-coordinate representation of color #9A9500: hue angle of 58.05º 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 #9A9500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1541490-
CMYK00.0310.40
HSL58.05º100%30.2%-
HSV(B)58.05º100%60.39%-
XYZ24.0728.364.21-
YUV133.5152.66142.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.83%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.83%
G=49.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154149000.0310.4058.0510030.2
Hex9A9500364283a641e
Octal232225003144507214436
Binary100110101001010100111100100101000111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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