Html Css Color HEX #958205 Olive

📋 copy color: '#958205'

red 149 ◦ green 130 ◦ blue 5

#958205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #958205

Tints of Olive #958205

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 value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#958205 (or 0x958205) is known color: 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

RGB 149 130 5 -
CMYK 0 0.13 0.97 0.42
HSL 52.08º 0.94% 0.3% -
HSV(B) 52.08º 0.97% 0.58% -
XYZ 20.4 22.37 3.39 -
YUV 121.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 149 130 5 0 0.13 0.97 0.42 52.08 0.94 0.3
Hex 95 82 5 0 D 61 2A 34 5E 1E
Octal 225 202 5 0 15 141 52 64 136 36
Binary 10010101 10000010 101 0 1101 1100001 101010 110100 1011110 11110

Color Harmonies of #958205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958205

Black with #958205

Text Example


Text Example

White with #958205

Text Example


Text Example

HTML Codes & Css Web 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>