#938C02

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

Shades of Olive #938C02

Tints of Olive #938C02

Color information

#938C02 (or 0x938C02) is unknown color: approx Olive. HEX triplet: 93, 8C and 02. RGB value is (147,140,2). Sum of RGB (Red+Green+Blue) = 147+140+2=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #938C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C02 is #6C73FD. Grayscale: #7E7E7E. Windows color (decimal): -7107582 or 167059. OLE color: 167059.

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

Color convert

RGB1471402-
CMYK00.050.990.42
HSL57.1º97.32%29.22%-
HSV(B)57.1º98.64%57.65%-
XYZ21.4224.963.75-
YUV126.3657.82142.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=50.87%
G=48.44%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147140200.050.990.4257.197.3229.22
Hex938C205632A39611d
Octal223214205143527114135
Binary10010011100011001001011100011101010111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938C02; }

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

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

<style>
 a { background-color: #938C02; }

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

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

<style>
 span { border-color: #938C02; }

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

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