#928A02

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

Shades of Olive #928A02

Tints of Olive #928A02

Color information

#928A02 (or 0x928A02) is unknown color: approx Olive. HEX triplet: 92, 8A and 02. RGB value is (146,138,2). Sum of RGB (Red+Green+Blue) = 146+138+2=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #928A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928A02 is #6D75FD. Grayscale: #7D7D7D. Windows color (decimal): -7173630 or 166546. OLE color: 166546.

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

Color convert

RGB1461382-
CMYK00.050.990.43
HSL56.67º97.3%29.02%-
HSV(B)56.67º98.63%57.25%-
XYZ20.9524.293.64-
YUV124.8958.65143.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146138200.050.990.4356.6797.329.02
Hex928A205632B39611d
Octal222212205143537114135
Binary10010010100010101001011100011101011111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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