#95933A

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

Shades of Highball #95933A

Tints of Highball #95933A

Color information

#95933A (or 0x95933A) is unknown color: approx Highball. HEX triplet: 95, 93 and 3A. RGB value is (149,147,58). Sum of RGB (Red+Green+Blue) = 149+147+58=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95933A is #6A6CC5. Grayscale: #898989. Windows color (decimal): -6974662 or 3838869. OLE color: 3838869.

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

Color convert

RGB14914758-
CMYK00.010.610.42
HSL58.68º43.96%40.59%-
HSV(B)58.68º61.07%58.43%-
XYZ23.5927.568.08-
YUV137.4583.16136.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 58 (23.05% from 255) = 16.38%
R=42.09%
G=41.53%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491475800.010.610.4258.6843.9640.59
Hex95933A013D2A3b2c29
Octal22522372017552735451
Binary100101011001001111101001111101101010111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,147,58); }

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

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

 a { background-color: rgb(149,147,58); }

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

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

 span { border-color: rgb(149,147,58); }

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