#948500

Color #948500 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #948500

Tints of Olive #948500

Color information

#948500 (or 0x948500) is unknown color: approx Olive. HEX triplet: 94, 85 and 00. RGB value is (148,133,0). Sum of RGB (Red+Green+Blue) = 148+133+0=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #948500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948500 is #6B7AFF. Grayscale: #7A7A7A. Windows color (decimal): -7043840 or 34196. OLE color: 34196.

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

Color convert

RGB1481330-
CMYK00.1010.42
HSL53.92º100%29.02%-
HSV(B)53.92º100%58.04%-
XYZ20.623.073.37-
YUV122.3258.97146.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.67%
G=47.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148133000.1010.4253.9210029.02
Hex948500A642A36641d
Octal2242050012144526614435
Binary10010100100001010010101100100101010110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948500; }

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

 H1.HeaderClassName
 {
   color: #948500;
 }
 .AnyTagClassName
 {
   color: #948500;
 }
</style>
background-color css

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

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

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

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

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

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