#959302

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

Shades of Olive #959302

Tints of Olive #959302

Color information

#959302 (or 0x959302) is unknown color: approx Olive. HEX triplet: 95, 93 and 02. RGB value is (149,147,2). Sum of RGB (Red+Green+Blue) = 149+147+2=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #959302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959302 is #6A6CFD. Grayscale: #838383. Windows color (decimal): -6974718 or 168853. OLE color: 168853.

HSL color Cylindrical-coordinate representation of color #959302: hue angle of 59.18º 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 #959302 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1491472-
CMYK00.010.990.42
HSL59.18º97.35%29.61%-
HSV(B)59.18º98.66%58.43%-
XYZ22.8427.264.12-
YUV131.0755.16140.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50%
G=49.33%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149147200.010.990.4259.1897.3529.61
Hex9593201632A3b611e
Octal225223201143527314136
Binary100101011001001110011100011101010111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959302; }

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

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

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

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

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

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

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

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