Html Css Color HEX #958301 Olive

📋 copy color: '#958301'

red 149 ◦ green 131 ◦ blue 1

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

Shades of Olive #958301

Tints of Olive #958301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 53.02%
G = 46.62%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958301 (or 0x958301) is known color: Olive. HEX triplet: 95, 83 and 01. RGB value is (149,131,1). Sum of RGB (Red+Green+Blue) = 149+131+1=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #958301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958301 is #6A7CFE. Grayscale: #7A7A7A. Windows color (decimal): -6978815 or 99221. OLE color: 99221.

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

Color convert

RGB 149 131 1 -
CMYK 0 0.12 0.99 0.42
HSL 52.7º 0.99% 0.29% -
HSV(B) 52.7º 0.99% 0.58% -
XYZ 20.52 22.62 3.31 -
YUV 121.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 149 131 1 0 0.12 0.99 0.42 52.7 0.99 0.29
Hex 95 83 1 0 C 63 2A 35 63 1D
Octal 225 203 1 0 14 143 52 65 143 35
Binary 10010101 10000011 1 0 1100 1100011 101010 110101 1100011 11101

Color Harmonies of #958301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958301

Black with #958301

Text Example


Text Example

White with #958301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958301; }

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

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

background-color css

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

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

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

border-color css

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

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

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