Html Css Color HEX #9A8201 Olive

📋 copy color: '#9A8201'

red 154 ◦ green 130 ◦ blue 1

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

Shades of Olive #9A8201

Tints of Olive #9A8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 54.04%
G = 45.61%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A8201 (or 0x9A8201) is known color: Olive. HEX triplet: 9A, 82 and 01. RGB value is (154,130,1). Sum of RGB (Red+Green+Blue) = 154+130+1=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8201 is #657DFE. Grayscale: #7B7B7B. Windows color (decimal): -6651391 or 98970. OLE color: 98970.

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

Color convert

RGB 154 130 1 -
CMYK 0 0.16 0.99 0.40
HSL 50.59º 0.99% 0.3% -
HSV(B) 50.59º 0.99% 0.6% -
XYZ 21.31 22.84 3.31 -
YUV 122.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 154 130 1 0 0.16 0.99 0.40 50.59 0.99 0.3
Hex 9A 82 1 0 10 63 28 33 63 1E
Octal 232 202 1 0 20 143 50 63 143 36
Binary 10011010 10000010 1 0 10000 1100011 101000 110011 1100011 11110

Color Harmonies of #9A8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8201

Black with #9A8201

Text Example


Text Example

White with #9A8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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