#94983D

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

Shades of Highball #94983D

Tints of Highball #94983D

Color information

#94983D (or 0x94983D) is unknown color: approx Highball. HEX triplet: 94, 98 and 3D. RGB value is (148,152,61). Sum of RGB (Red+Green+Blue) = 148+152+61=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #94983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94983D is #6B67C2. Grayscale: #8C8C8C. Windows color (decimal): -7038915 or 4036756. OLE color: 4036756.

HSL color Cylindrical-coordinate representation of color #94983D: hue angle of 62.64º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94983D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB14815261-
CMYK0.0300.600.40
HSL62.64º42.72%41.76%-
HSV(B)62.64º59.87%59.61%-
XYZ24.2829.098.75-
YUV140.4383.17133.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=41.00%
G=42.11%
B=16.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152610.0300.600.4062.6442.7241.76
Hex94983D303C283f2b2a
Octal22423075307450775352
Binary1001010010011000111101110111100101000111111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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