#959202

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

Shades of Olive #959202

Tints of Olive #959202

Color information

#959202 (or 0x959202) is unknown color: approx Olive. HEX triplet: 95, 92 and 02. RGB value is (149,146,2). Sum of RGB (Red+Green+Blue) = 149+146+2=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #959202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959202 is #6A6DFD. Grayscale: #838383. Windows color (decimal): -6974974 or 168597. OLE color: 168597.

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

Color convert

RGB1491462-
CMYK00.020.990.42
HSL58.78º97.35%29.61%-
HSV(B)58.78º98.66%58.43%-
XYZ22.6826.954.06-
YUV130.4855.49141.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.17%
G=49.16%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149146200.020.990.4258.7897.3529.61
Hex9592202632A3b611e
Octal225222202143527314136
Binary1001010110010010100101100011101010111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959202; }

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

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

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

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

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

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

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

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