Html Css Color HEX #948400 Olive

📋 copy color: '#948400'

red 148 ◦ green 132 ◦ blue 0

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

Shades of Olive #948400

Tints of Olive #948400

RGB

 RED value IS 148 (58.2% from 255) = 52.86%

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.86%
G = 47.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#948400 (or 0x948400) is known color: Olive. HEX triplet: 94, 84 and 00. RGB value is (148,132,0). Sum of RGB (Red+Green+Blue) = 148+132+0=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #948400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948400 is #6B7BFF. Grayscale: #7A7A7A. Windows color (decimal): -7044096 or 33940. OLE color: 33940.

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

Color convert

RGB 148 132 0 -
CMYK 0 0.11 1 0.42
HSL 53.51º 1% 0.29% -
HSV(B) 53.51º 1% 0.58% -
XYZ 20.46 22.8 3.32 -
YUV 121.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 148 132 0 0 0.11 1 0.42 53.51 1 0.29
Hex 94 84 0 0 B 64 2A 36 64 1D
Octal 224 204 0 0 13 144 52 66 144 35
Binary 10010100 10000100 0 0 1011 1100100 101010 110110 1100100 11101

Color Harmonies of #948400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948400

Black with #948400

Text Example


Text Example

White with #948400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948400; }

 p { color: rgb(148,132,0); }

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

background-color css

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

 a { background-color: rgb(148,132,0); }

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

border-color css

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

 span { border-color: rgb(148,132,0); }

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