#8A9202

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

Shades of Olive #8A9202

Tints of Olive #8A9202

Color information

#8A9202 (or 0x8A9202) is unknown color: approx Olive. HEX triplet: 8A, 92 and 02. RGB value is (138,146,2). Sum of RGB (Red+Green+Blue) = 138+146+2=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9202 is #756DFD. Grayscale: #7F7F7F. Windows color (decimal): -7695870 or 168586. OLE color: 168586.

HSL color Cylindrical-coordinate representation of color #8A9202: hue angle of 63.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A9202 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1381462-
CMYK0.0500.990.43
HSL63.33º97.3%29.02%-
HSV(B)63.33º98.63%57.25%-
XYZ20.7725.973.97-
YUV127.1957.35135.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=48.25%
G=51.05%
B=0.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13814620.0500.990.4363.3397.329.02
Hex8A92250632B3f611d
Octal212222250143537714135
Binary10001010100100101010101100011101011111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,2); }

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

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

 a { background-color: rgb(138,146,2); }

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

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

 span { border-color: rgb(138,146,2); }

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