#9C8B02

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

Shades of Olive #9C8B02

Tints of Olive #9C8B02

Color information

#9C8B02 (or 0x9C8B02) is unknown color: approx Olive. HEX triplet: 9C, 8B and 02. RGB value is (156,139,2). Sum of RGB (Red+Green+Blue) = 156+139+2=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8B02 is #6374FD. Grayscale: #818181. Windows color (decimal): -6518014 or 166812. OLE color: 166812.

HSL color Cylindrical-coordinate representation of color #9C8B02: hue angle of 53.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C8B02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1561392-
CMYK00.110.990.39
HSL53.38º97.47%30.98%-
HSV(B)53.38º98.72%61.18%-
XYZ22.9525.543.78-
YUV128.4656.63147.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=52.53%
G=46.80%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156139200.110.990.3953.3897.4730.98
Hex9C8B20B632735611f
Octal2342132013143476514137
Binary100111001000101110010111100011100111110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,2); }

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

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

 a { background-color: rgb(156,139,2); }

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

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

 span { border-color: rgb(156,139,2); }

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