#97994A

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

Shades of Highball #97994A

Tints of Highball #97994A

Color information

#97994A (or 0x97994A) is unknown color: approx Highball. HEX triplet: 97, 99 and 4A. RGB value is (151,153,74). Sum of RGB (Red+Green+Blue) = 151+153+74=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #97994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97994A is #6866B5. Grayscale: #8F8F8F. Windows color (decimal): -6842038 or 4888983. OLE color: 4888983.

HSL color Cylindrical-coordinate representation of color #97994A: hue angle of 61.52º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97994A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15115374-
CMYK0.0100.520.4
HSL61.52º34.8%44.51%-
HSV(B)61.52º51.63%60%-
XYZ25.3929.8610.9-
YUV143.488.84133.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=39.95%
G=40.48%
B=19.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151153740.0100.520.461.5234.844.51
Hex97994A1034283e232d
Octal227231112106450764355
Binary1001011110011001100101010110100101000111110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97994A; }

 p { color: rgb(151,153,74); }

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

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

 a { background-color: rgb(151,153,74); }

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

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

 span { border-color: rgb(151,153,74); }

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