#928809

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

Shades of Olive #928809

Tints of Olive #928809

Color information

#928809 (or 0x928809) is unknown color: approx Olive. HEX triplet: 92, 88 and 09. RGB value is (146,136,9). Sum of RGB (Red+Green+Blue) = 146+136+9=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #928809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928809 is #6D77F6. Grayscale: #7D7D7D. Windows color (decimal): -7174135 or 624786. OLE color: 624786.

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

Color convert

RGB1461369-
CMYK00.070.940.43
HSL55.62º88.39%30.39%-
HSV(B)55.62º93.84%57.25%-
XYZ20.7123.743.75-
YUV124.5162.81143.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=50.17%
G=46.74%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146136900.070.940.4355.6288.3930.39
Hex92889075E2B38581e
Octal2222101107136537013036
Binary1001001010001000100101111011110101011111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928809; }

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

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

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

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

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

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

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

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