#958902

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

Shades of Olive #958902

Tints of Olive #958902

Color information

#958902 (or 0x958902) is unknown color: approx Olive. HEX triplet: 95, 89 and 02. RGB value is (149,137,2). Sum of RGB (Red+Green+Blue) = 149+137+2=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #958902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958902 is #6A76FD. Grayscale: #7D7D7D. Windows color (decimal): -6977278 or 166293. OLE color: 166293.

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

Color convert

RGB1491372-
CMYK00.080.990.42
HSL55.1º97.35%29.61%-
HSV(B)55.1º98.66%58.43%-
XYZ21.3524.293.62-
YUV125.258.48144.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=51.74%
G=47.57%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149137200.080.990.4255.197.3529.61
Hex9589208632A37611e
Octal2252112010143526714136
Binary100101011000100110010001100011101010110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958902; }

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

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

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

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

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

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

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

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