#929800

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

Shades of Olive #929800

Tints of Olive #929800

Color information

#929800 (or 0x929800) is unknown color: approx Olive. HEX triplet: 92, 98 and 00. RGB value is (146,152,0). Sum of RGB (Red+Green+Blue) = 146+152+0=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #929800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929800 is #6D67FF. Grayscale: #858585. Windows color (decimal): -7170048 or 39058. OLE color: 39058.

HSL color Cylindrical-coordinate representation of color #929800: hue angle of 62.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #929800 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1461520-
CMYK0.04010.40
HSL62.37º100%29.8%-
HSV(B)62.37º100%59.61%-
XYZ23.0828.574.3-
YUV132.8853.01137.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.99%
G=51.01%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14615200.04010.4062.3710029.8
Hex929804064283e641e
Octal222230040144507614436
Binary1001001010011000010001100100101000111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929800; }

 p { color: rgb(146,152,0); }

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

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

 a { background-color: rgb(146,152,0); }

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

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

 span { border-color: rgb(146,152,0); }

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