Html Css Color HEX #958501 Olive

📋 copy color: '#958501'

red 149 ◦ green 133 ◦ blue 1

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

Shades of Olive #958501

Tints of Olive #958501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 52.65%
G = 47%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958501 (or 0x958501) is known color: Olive. HEX triplet: 95, 85 and 01. RGB value is (149,133,1). Sum of RGB (Red+Green+Blue) = 149+133+1=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #958501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958501 is #6A7AFE. Grayscale: #7B7B7B. Windows color (decimal): -6978303 or 99733. OLE color: 99733.

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

Color convert

RGB 149 133 1 -
CMYK 0 0.11 0.99 0.42
HSL 53.51º 0.99% 0.29% -
HSV(B) 53.51º 0.99% 0.58% -
XYZ 20.79 23.17 3.4 -
YUV 122.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 149 133 1 0 0.11 0.99 0.42 53.51 0.99 0.29
Hex 95 85 1 0 B 63 2A 36 63 1D
Octal 225 205 1 0 13 143 52 66 143 35
Binary 10010101 10000101 1 0 1011 1100011 101010 110110 1100011 11101

Color Harmonies of #958501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958501

Black with #958501

Text Example


Text Example

White with #958501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958501; }

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

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

background-color css

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

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

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

border-color css

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

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

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