#928609

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

Shades of Olive #928609

Tints of Olive #928609

Color information

#928609 (or 0x928609) is unknown color: approx Olive. HEX triplet: 92, 86 and 09. RGB value is (146,134,9). Sum of RGB (Red+Green+Blue) = 146+134+9=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #928609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928609 is #6D79F6. Grayscale: #7B7B7B. Windows color (decimal): -7174647 or 624274. OLE color: 624274.

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

Color convert

RGB1461349-
CMYK00.080.940.43
HSL54.74º88.39%30.39%-
HSV(B)54.74º93.84%57.25%-
XYZ20.4323.183.66-
YUV123.3463.48144.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 9 (3.91% from 255) = 3.11%
R=50.52%
G=46.37%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146134900.080.940.4354.7488.3930.39
Hex92869085E2B37581e
Octal22220611010136536713036
Binary10010010100001101001010001011110101011110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928609; }

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

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

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

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

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

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

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

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