Html Css Color HEX #958503 Olive

📋 copy color: '#958503'

red 149 ◦ green 133 ◦ blue 3

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

Shades of Olive #958503

Tints of Olive #958503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 52.28%
G = 46.67%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#958503 (or 0x958503) is known color: Olive. HEX triplet: 95, 85 and 03. RGB value is (149,133,3). Sum of RGB (Red+Green+Blue) = 149+133+3=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #958503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958503 is #6A7AFC. Grayscale: #7B7B7B. Windows color (decimal): -6978301 or 230805. OLE color: 230805.

HSL color Cylindrical-coordinate representation of color #958503: hue angle of 53.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #958503 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 3 -
CMYK 0 0.11 0.98 0.42
HSL 53.42º 0.96% 0.3% -
HSV(B) 53.42º 0.98% 0.58% -
XYZ 20.8 23.17 3.46 -
YUV 122.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 149 133 3 0 0.11 0.98 0.42 53.42 0.96 0.3
Hex 95 85 3 0 B 62 2A 35 60 1E
Octal 225 205 3 0 13 142 52 65 140 36
Binary 10010101 10000101 11 0 1011 1100010 101010 110101 1100000 11110

Color Harmonies of #958503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958503

Black with #958503

Text Example


Text Example

White with #958503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958503; }

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

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

background-color css

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

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

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

border-color css

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

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

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