Html Css Color HEX #9A9500 Olive

📋 copy color: '#9A9500'

red 154 ◦ green 149 ◦ blue 0

#9A9500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #9A9500

Tints of Olive #9A9500

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 value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A9500 (or 0x9A9500) is known color: 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

RGB 154 149 0 -
CMYK 0 0.03 1 0.40
HSL 58.05º 1% 0.3% -
HSV(B) 58.05º 1% 0.6% -
XYZ 24.07 28.36 4.21 -
YUV 133.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 154 149 0 0 0.03 1 0.40 58.05 1 0.3
Hex 9A 95 0 0 3 64 28 3A 64 1E
Octal 232 225 0 0 3 144 50 72 144 36
Binary 10011010 10010101 0 0 11 1100100 101000 111010 1100100 11110

Color Harmonies of #9A9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9500

Black with #9A9500

Text Example


Text Example

White with #9A9500

Text Example


Text Example

HTML Codes & Css Web 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>