Html Css Color HEX #9A8900 Olive

📋 copy color: '#9A8900'

red 154 ◦ green 137 ◦ blue 0

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

Shades of Olive #9A8900

Tints of Olive #9A8900

RGB

 RED value IS 154 (60.55% from 255) = 52.92%

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.92%
G = 47.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A8900 (or 0x9A8900) is known color: Olive. HEX triplet: 9A, 89 and 00. RGB value is (154,137,0). Sum of RGB (Red+Green+Blue) = 154+137+0=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8900 is #6576FF. Grayscale: #7F7F7F. Windows color (decimal): -6649600 or 35226. OLE color: 35226.

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

Color convert

RGB 154 137 0 -
CMYK 0 0.11 1 0.40
HSL 53.38º 1% 0.3% -
HSV(B) 53.38º 1% 0.6% -
XYZ 22.27 24.76 3.61 -
YUV 126.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 154 137 0 0 0.11 1 0.40 53.38 1 0.3
Hex 9A 89 0 0 B 64 28 35 64 1E
Octal 232 211 0 0 13 144 50 65 144 36
Binary 10011010 10001001 0 0 1011 1100100 101000 110101 1100100 11110

Color Harmonies of #9A8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8900

Black with #9A8900

Text Example


Text Example

White with #9A8900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A8900;
 }
 .AnyTagClassName
 {
   color: #9A8900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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