#928E09

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

Shades of Olive #928E09

Tints of Olive #928E09

Color information

#928E09 (or 0x928E09) is unknown color: approx Olive. HEX triplet: 92, 8E and 09. RGB value is (146,142,9). Sum of RGB (Red+Green+Blue) = 146+142+9=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E09 is #6D71F6. Grayscale: #808080. Windows color (decimal): -7172599 or 626322. OLE color: 626322.

HSL color Cylindrical-coordinate representation of color #928E09: hue angle of 58.25º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #928E09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1461429-
CMYK00.030.940.43
HSL58.25º88.39%30.39%-
HSV(B)58.25º93.84%57.25%-
XYZ21.5825.484.04-
YUV128.0360.83140.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=49.16%
G=47.81%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146142900.030.940.4358.2588.3930.39
Hex928E9035E2B3a581e
Octal2222161103136537213036
Binary100100101000111010010111011110101011111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,142,9); }

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

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

 a { background-color: rgb(146,142,9); }

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

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

 span { border-color: rgb(146,142,9); }

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