#958205

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

Shades of Olive #958205

Tints of Olive #958205

Color information

#958205 (or 0x958205) is unknown color: approx Olive. HEX triplet: 95, 82 and 05. RGB value is (149,130,5). Sum of RGB (Red+Green+Blue) = 149+130+5=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #958205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958205 is #6A7DFA. Grayscale: #797979. Windows color (decimal): -6979067 or 361109. OLE color: 361109.

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

Color convert

RGB1491305-
CMYK00.130.970.42
HSL52.08º93.51%30.2%-
HSV(B)52.08º96.64%58.43%-
XYZ20.422.373.39-
YUV121.4362.29147.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=52.46%
G=45.77%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149130500.130.970.4252.0893.5130.2
Hex958250D612A345e1e
Octal2252025015141526413636
Binary1001010110000010101011011100001101010110100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958205; }

 p { color: rgb(149,130,5); }

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

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

 a { background-color: rgb(149,130,5); }

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

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

 span { border-color: rgb(149,130,5); }

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