#948302

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

Shades of Olive #948302

Tints of Olive #948302

Color information

#948302 (or 0x948302) is unknown color: approx Olive. HEX triplet: 94, 83 and 02. RGB value is (148,131,2). Sum of RGB (Red+Green+Blue) = 148+131+2=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #948302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948302 is #6B7CFD. Grayscale: #797979. Windows color (decimal): -7044350 or 164756. OLE color: 164756.

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

Color convert

RGB1481312-
CMYK00.110.990.42
HSL53.01º97.33%29.41%-
HSV(B)53.01º98.65%58.04%-
XYZ20.3422.533.33-
YUV121.3860.63146.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=52.67%
G=46.62%
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
Decimal148131200.110.990.4253.0197.3329.41
Hex948320B632A35611d
Octal2242032013143526514135
Binary100101001000001110010111100011101010110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948302; }

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

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

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

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

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

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

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

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