#94953B

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

Shades of Highball #94953B

Tints of Highball #94953B

Color information

#94953B (or 0x94953B) is unknown color: approx Highball. HEX triplet: 94, 95 and 3B. RGB value is (148,149,59). Sum of RGB (Red+Green+Blue) = 148+149+59=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #94953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94953B is #6B6AC4. Grayscale: #8A8A8A. Windows color (decimal): -7039685 or 3904916. OLE color: 3904916.

HSL color Cylindrical-coordinate representation of color #94953B: hue angle of 60.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94953B is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14814959-
CMYK0.0100.600.42
HSL60.67º43.27%40.78%-
HSV(B)60.67º60.4%58.43%-
XYZ23.7528.118.31-
YUV138.4483.17134.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=41.57%
G=41.85%
B=16.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149590.0100.600.4260.6743.2740.78
Hex94953B103C2A3d2b29
Octal22422573107452755351
Binary100101001001010111101110111100101010111101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94953B; }

 p { color: rgb(148,149,59); }

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

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

 a { background-color: rgb(148,149,59); }

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

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

 span { border-color: rgb(148,149,59); }

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