#95904A

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

Shades of Highball #95904A

Tints of Highball #95904A

Color information

#95904A (or 0x95904A) is unknown color: approx Highball. HEX triplet: 95, 90 and 4A. RGB value is (149,144,74). Sum of RGB (Red+Green+Blue) = 149+144+74=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #95904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95904A is #6A6FB5. Grayscale: #898989. Windows color (decimal): -6975414 or 4886677. OLE color: 4886677.

HSL color Cylindrical-coordinate representation of color #95904A: hue angle of 56º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95904A is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14914474-
CMYK00.030.500.42
HSL56º33.63%43.73%-
HSV(B)56º50.34%58.43%-
XYZ23.626.8310.41-
YUV137.5192.16136.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=40.60%
G=39.24%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491447400.030.500.425633.6343.73
Hex95904A03322A38222c
Octal225220112036252704254
Binary10010101100100001001010011110010101010111000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,144,74); }

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

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

 a { background-color: rgb(149,144,74); }

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

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

 span { border-color: rgb(149,144,74); }

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