#94963D

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

Shades of Highball #94963D

Tints of Highball #94963D

Color information

#94963D (or 0x94963D) is unknown color: approx Highball. HEX triplet: 94, 96 and 3D. RGB value is (148,150,61). Sum of RGB (Red+Green+Blue) = 148+150+61=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #94963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94963D is #6B69C2. Grayscale: #8B8B8B. Windows color (decimal): -7039427 or 4036244. OLE color: 4036244.

HSL color Cylindrical-coordinate representation of color #94963D: hue angle of 61.35º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94963D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB14815061-
CMYK0.0100.590.41
HSL61.35º42.18%41.37%-
HSV(B)61.35º59.33%58.82%-
XYZ23.9628.458.64-
YUV139.2683.84134.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=41.23%
G=41.78%
B=16.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150610.0100.590.4161.3542.1841.37
Hex94963D103B293d2a29
Octal22422675107351755251
Binary100101001001011011110110111011101001111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94963D; }

 p { color: rgb(148,150,61); }

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

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

 a { background-color: rgb(148,150,61); }

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

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

 span { border-color: rgb(148,150,61); }

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