#8C9202

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

Shades of Olive #8C9202

Tints of Olive #8C9202

Color information

#8C9202 (or 0x8C9202) is unknown color: approx Olive. HEX triplet: 8C, 92 and 02. RGB value is (140,146,2). Sum of RGB (Red+Green+Blue) = 140+146+2=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9202 is #736DFD. Grayscale: #808080. Windows color (decimal): -7564798 or 168588. OLE color: 168588.

HSL color Cylindrical-coordinate representation of color #8C9202: hue angle of 62.5º 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 #8C9202 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1401462-
CMYK0.0400.990.43
HSL62.5º97.3%29.02%-
HSV(B)62.5º98.63%57.25%-
XYZ21.1126.143.99-
YUV127.7957.01136.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=48.61%
G=50.69%
B=0.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14014620.0400.990.4362.597.329.02
Hex8C92240632B3e611d
Octal214222240143537614135
Binary10001100100100101010001100011101011111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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