Html Css Color HEX #9A8002 Olive

📋 copy color: '#9A8002'

red 154 ◦ green 128 ◦ blue 2

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

Shades of Olive #9A8002

Tints of Olive #9A8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 54.23%
G = 45.07%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A8002 (or 0x9A8002) is known color: Olive. HEX triplet: 9A, 80 and 02. RGB value is (154,128,2). Sum of RGB (Red+Green+Blue) = 154+128+2=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8002 is #657FFD. Grayscale: #797979. Windows color (decimal): -6651902 or 163994. OLE color: 163994.

HSL color Cylindrical-coordinate representation of color #9A8002: hue angle of 49.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A8002 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 128 2 -
CMYK 0 0.17 0.99 0.40
HSL 49.74º 0.97% 0.31% -
HSV(B) 49.74º 0.99% 0.6% -
XYZ 21.06 22.31 3.25 -
YUV 121.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 154 128 2 0 0.17 0.99 0.40 49.74 0.97 0.31
Hex 9A 80 2 0 11 63 28 32 61 1F
Octal 232 200 2 0 21 143 50 62 141 37
Binary 10011010 10000000 10 0 10001 1100011 101000 110010 1100001 11111

Color Harmonies of #9A8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8002

Black with #9A8002

Text Example


Text Example

White with #9A8002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,128,2); }

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

background-color css

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

 a { background-color: rgb(154,128,2); }

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

border-color css

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

 span { border-color: rgb(154,128,2); }

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