#928C02

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

Shades of Olive #928C02

Tints of Olive #928C02

Color information

#928C02 (or 0x928C02) is unknown color: approx Olive. HEX triplet: 92, 8C and 02. RGB value is (146,140,2). Sum of RGB (Red+Green+Blue) = 146+140+2=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #928C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C02 is #6D73FD. Grayscale: #7E7E7E. Windows color (decimal): -7173118 or 167058. OLE color: 167058.

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

Color convert

RGB1461402-
CMYK00.040.990.43
HSL57.5º97.3%29.02%-
HSV(B)57.5º98.63%57.25%-
XYZ21.2424.873.74-
YUV126.0657.99142.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146140200.040.990.4357.597.329.02
Hex928C204632B3a611d
Octal222214204143537214135
Binary10010010100011001001001100011101011111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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