#928509

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

Shades of Olive #928509

Tints of Olive #928509

Color information

#928509 (or 0x928509) is unknown color: approx Olive. HEX triplet: 92, 85 and 09. RGB value is (146,133,9). Sum of RGB (Red+Green+Blue) = 146+133+9=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #928509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928509 is #6D7AF6. Grayscale: #7B7B7B. Windows color (decimal): -7174903 or 624018. OLE color: 624018.

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

Color convert

RGB1461339-
CMYK00.090.940.43
HSL54.31º88.39%30.39%-
HSV(B)54.31º93.84%57.25%-
XYZ20.2922.913.61-
YUV122.7563.81144.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 9 (3.91% from 255) = 3.12%
R=50.69%
G=46.18%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146133900.090.940.4354.3188.3930.39
Hex92859095E2B36581e
Octal22220511011136536613036
Binary10010010100001011001010011011110101011110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928509; }

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

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

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

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

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

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

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

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