#8A900B

Color #8A900B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8A900B

Tints of Olive #8A900B

Color information

#8A900B (or 0x8A900B) is unknown color: approx Olive. HEX triplet: 8A, 90 and 0B. RGB value is (138,144,11). Sum of RGB (Red+Green+Blue) = 138+144+11=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #8A900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A900B is #756FF4. Grayscale: #7F7F7F. Windows color (decimal): -7696373 or 757898. OLE color: 757898.

HSL color Cylindrical-coordinate representation of color #8A900B: hue angle of 62.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A900B is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB13814411-
CMYK0.0400.920.44
HSL62.71º85.81%30.39%-
HSV(B)62.71º92.36%56.47%-
XYZ20.5125.374.13-
YUV127.0462.51135.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 11 (4.69% from 255) = 3.75%
R=47.10%
G=49.15%
B=3.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144110.0400.920.4462.7185.8130.39
Hex8A90B405C2C3f561e
Octal2122201340134547712636
Binary1000101010010000101110001011100101100111111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A900B; }

 p { color: rgb(138,144,11); }

 H1.HeaderClassName
 {
   color: #8A900B;
 }
 .AnyTagClassName
 {
   color: #8A900B;
 }
</style>
background-color css

<style>
 a { background-color: #8A900B; }

 a { background-color: rgb(138,144,11); }

 div.DivClassName
 {
   background-color: #8A900B;
 }
 .BgClassName
 {
   background-color: #8A900B;
 }
</style>
border-color css

<style>
 span { border-color: #8A900B; }

 span { border-color: rgb(138,144,11); }

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