#929901

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

Shades of Olive #929901

Tints of Olive #929901

Color information

#929901 (or 0x929901) is unknown color: approx Olive. HEX triplet: 92, 99 and 01. RGB value is (146,153,1). Sum of RGB (Red+Green+Blue) = 146+153+1=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #929901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929901 is #6D66FE. Grayscale: #868686. Windows color (decimal): -7169791 or 104850. OLE color: 104850.

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

Color convert

RGB1461531-
CMYK0.0500.990.4
HSL62.76º98.7%30.2%-
HSV(B)62.76º99.35%60%-
XYZ23.2528.94.38-
YUV133.5853.18136.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=48.67%
G=51%
B=0.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14615310.0500.990.462.7698.730.2
Hex929915063283f631e
Octal222231150143507714336
Binary1001001010011001110101100011101000111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929901; }

 p { color: rgb(146,153,1); }

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

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

 a { background-color: rgb(146,153,1); }

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

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

 span { border-color: rgb(146,153,1); }

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