#958802

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

Shades of Olive #958802

Tints of Olive #958802

Color information

#958802 (or 0x958802) is unknown color: approx Olive. HEX triplet: 95, 88 and 02. RGB value is (149,136,2). Sum of RGB (Red+Green+Blue) = 149+136+2=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #958802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958802 is #6A77FD. Grayscale: #7D7D7D. Windows color (decimal): -6977534 or 166037. OLE color: 166037.

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

Color convert

RGB1491362-
CMYK00.090.990.42
HSL54.69º97.35%29.61%-
HSV(B)54.69º98.66%58.43%-
XYZ21.21243.57-
YUV124.6158.81145.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=51.92%
G=47.39%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149136200.090.990.4254.6997.3529.61
Hex9588209632A37611e
Octal2252102011143526714136
Binary100101011000100010010011100011101010110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958802; }

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

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

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

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

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

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

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

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