#97954B

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

Shades of Highball #97954B

Tints of Highball #97954B

Color information

#97954B (or 0x97954B) is unknown color: approx Highball. HEX triplet: 97, 95 and 4B. RGB value is (151,149,75). Sum of RGB (Red+Green+Blue) = 151+149+75=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #97954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97954B is #686AB4. Grayscale: #8D8D8D. Windows color (decimal): -6843061 or 4953495. OLE color: 4953495.

HSL color Cylindrical-coordinate representation of color #97954B: hue angle of 58.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97954B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15114975-
CMYK00.010.500.41
HSL58.42º33.63%44.31%-
HSV(B)58.42º50.33%59.22%-
XYZ24.7828.5810.87-
YUV141.1690.66135.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 75 (29.69% from 255) = 20%
R=40.27%
G=39.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511497500.010.500.4158.4233.6344.31
Hex97954B0132293a222c
Octal227225113016251724254
Binary1001011110010101100101101110010101001111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,149,75); }

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

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

 a { background-color: rgb(151,149,75); }

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

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

 span { border-color: rgb(151,149,75); }

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