#928409

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

Shades of Olive #928409

Tints of Olive #928409

Color information

#928409 (or 0x928409) is unknown color: approx Olive. HEX triplet: 92, 84 and 09. RGB value is (146,132,9). Sum of RGB (Red+Green+Blue) = 146+132+9=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #928409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928409 is #6D7BF6. Grayscale: #7A7A7A. Windows color (decimal): -7175159 or 623762. OLE color: 623762.

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

Color convert

RGB1461329-
CMYK00.100.940.43
HSL53.87º88.39%30.39%-
HSV(B)53.87º93.84%57.25%-
XYZ20.1522.633.56-
YUV122.1664.14145-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 9 (3.91% from 255) = 3.14%
R=50.87%
G=45.99%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146132900.100.940.4353.8788.3930.39
Hex928490A5E2B36581e
Octal22220411012136536613036
Binary10010010100001001001010101011110101011110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928409; }

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

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

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

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

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

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

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

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