Html Css Color HEX #9A9001 Olive

📋 copy color: '#9A9001'

red 154 ◦ green 144 ◦ blue 1

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

Shades of Olive #9A9001

Tints of Olive #9A9001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 51.51%
G = 48.16%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A9001 (or 0x9A9001) is known color: Olive. HEX triplet: 9A, 90 and 01. RGB value is (154,144,1). Sum of RGB (Red+Green+Blue) = 154+144+1=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9001 is #656FFE. Grayscale: #838383. Windows color (decimal): -6647807 or 102554. OLE color: 102554.

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

Color convert

RGB 154 144 1 -
CMYK 0 0.06 0.99 0.40
HSL 56.08º 0.99% 0.3% -
HSV(B) 56.08º 0.99% 0.6% -
XYZ 23.31 26.82 3.98 -
YUV 130.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 154 144 1 0 0.06 0.99 0.40 56.08 0.99 0.3
Hex 9A 90 1 0 6 63 28 38 63 1E
Octal 232 220 1 0 6 143 50 70 143 36
Binary 10011010 10010000 1 0 110 1100011 101000 111000 1100011 11110

Color Harmonies of #9A9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9001

Black with #9A9001

Text Example


Text Example

White with #9A9001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,144,1); }

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

background-color css

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

 a { background-color: rgb(154,144,1); }

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

border-color css

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

 span { border-color: rgb(154,144,1); }

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