Html Css Color HEX #958201 Olive

📋 copy color: '#958201'

red 149 ◦ green 130 ◦ blue 1

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

Shades of Olive #958201

Tints of Olive #958201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 53.21%
G = 46.43%
B = 0.36%

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

#958201 (or 0x958201) is known color: Olive. HEX triplet: 95, 82 and 01. RGB value is (149,130,1). Sum of RGB (Red+Green+Blue) = 149+130+1=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #958201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958201 is #6A7DFE. Grayscale: #797979. Windows color (decimal): -6979071 or 98965. OLE color: 98965.

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

Color convert

RGB 149 130 1 -
CMYK 0 0.13 0.99 0.42
HSL 52.3º 0.99% 0.29% -
HSV(B) 52.3º 0.99% 0.58% -
XYZ 20.38 22.36 3.27 -
YUV 120.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 149 130 1 0 0.13 0.99 0.42 52.3 0.99 0.29
Hex 95 82 1 0 D 63 2A 34 63 1D
Octal 225 202 1 0 15 143 52 64 143 35
Binary 10010101 10000010 1 0 1101 1100011 101010 110100 1100011 11101

Color Harmonies of #958201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958201

Black with #958201

Text Example


Text Example

White with #958201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958201; }

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

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

background-color css

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

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

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

border-color css

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

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

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