#948402

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

Shades of Olive #948402

Tints of Olive #948402

Color information

#948402 (or 0x948402) is unknown color: approx Olive. HEX triplet: 94, 84 and 02. RGB value is (148,132,2). Sum of RGB (Red+Green+Blue) = 148+132+2=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #948402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948402 is #6B7BFD. Grayscale: #7A7A7A. Windows color (decimal): -7044094 or 165012. OLE color: 165012.

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

Color convert

RGB1481322-
CMYK00.110.990.42
HSL53.42º97.33%29.41%-
HSV(B)53.42º98.65%58.04%-
XYZ20.4722.83.38-
YUV121.9660.3146.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=52.48%
G=46.81%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148132200.110.990.4253.4297.3329.41
Hex948420B632A35611d
Octal2242042013143526514135
Binary100101001000010010010111100011101010110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948402; }

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

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

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

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

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

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

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

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