#929505

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

Shades of Olive #929505

Tints of Olive #929505

Color information

#929505 (or 0x929505) is unknown color: approx Olive. HEX triplet: 92, 95 and 05. RGB value is (146,149,5). Sum of RGB (Red+Green+Blue) = 146+149+5=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #929505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929505 is #6D6AFA. Grayscale: #848484. Windows color (decimal): -7170811 or 365970. OLE color: 365970.

HSL color Cylindrical-coordinate representation of color #929505: hue angle of 61.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #929505 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1461495-
CMYK0.0200.970.42
HSL61.25º93.51%30.2%-
HSV(B)61.25º96.64%58.43%-
XYZ22.6327.624.28-
YUV131.6956.51138.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 149 (58.59% from 255) = 49.67%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=48.67%
G=49.67%
B=1.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14614950.0200.970.4261.2593.5130.2
Hex9295520612A3d5e1e
Octal222225520141527513636
Binary10010010100101011011001100001101010111101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929505; }

 p { color: rgb(146,149,5); }

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

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

 a { background-color: rgb(146,149,5); }

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

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

 span { border-color: rgb(146,149,5); }

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