Html Css Color HEX #958202 Olive

📋 copy color: '#958202'

red 149 ◦ green 130 ◦ blue 2

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

Shades of Olive #958202

Tints of Olive #958202

RGB

 RED value IS 149 (58.59% from 255) = 53.02%

 GREEN value IS 130 (51.17% from 255) = 46.26%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 53.02%
G = 46.26%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958202 (or 0x958202) is known color: Olive. HEX triplet: 95, 82 and 02. RGB value is (149,130,2). Sum of RGB (Red+Green+Blue) = 149+130+2=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #958202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958202 is #6A7DFD. Grayscale: #797979. Windows color (decimal): -6979070 or 164501. OLE color: 164501.

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

Color convert

RGB 149 130 2 -
CMYK 0 0.13 0.99 0.42
HSL 52.24º 0.97% 0.3% -
HSV(B) 52.24º 0.99% 0.58% -
XYZ 20.39 22.36 3.3 -
YUV 121.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 149 130 2 0 0.13 0.99 0.42 52.24 0.97 0.3
Hex 95 82 2 0 D 63 2A 34 61 1E
Octal 225 202 2 0 15 143 52 64 141 36
Binary 10010101 10000010 10 0 1101 1100011 101010 110100 1100001 11110

Color Harmonies of #958202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958202

Black with #958202

Text Example


Text Example

White with #958202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958202; }

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

 H1.HeaderClassName
 {
   color: #958202;
 }
 .AnyTagClassName
 {
   color: #958202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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