#928D09

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

Shades of Olive #928D09

Tints of Olive #928D09

Color information

#928D09 (or 0x928D09) is unknown color: approx Olive. HEX triplet: 92, 8D and 09. RGB value is (146,141,9). Sum of RGB (Red+Green+Blue) = 146+141+9=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #928D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928D09 is #6D72F6. Grayscale: #7F7F7F. Windows color (decimal): -7172855 or 626066. OLE color: 626066.

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

Color convert

RGB1461419-
CMYK00.030.940.43
HSL57.81º88.39%30.39%-
HSV(B)57.81º93.84%57.25%-
XYZ21.4325.183.99-
YUV127.4561.16141.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=49.32%
G=47.64%
B=3.04%

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
Decimal146141900.030.940.4357.8188.3930.39
Hex928D9035E2B3a581e
Octal2222151103136537213036
Binary100100101000110110010111011110101011111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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