#95933F

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

Shades of Highball #95933F

Tints of Highball #95933F

Color information

#95933F (or 0x95933F) is unknown color: approx Highball. HEX triplet: 95, 93 and 3F. RGB value is (149,147,63). Sum of RGB (Red+Green+Blue) = 149+147+63=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95933F is #6A6CC0. Grayscale: #8A8A8A. Windows color (decimal): -6974657 or 4166549. OLE color: 4166549.

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

Color convert

RGB14914763-
CMYK00.010.580.42
HSL58.6º40.57%41.57%-
HSV(B)58.6º57.72%58.43%-
XYZ23.7327.628.78-
YUV138.0285.66135.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 63 (25% from 255) = 17.55%
R=41.50%
G=40.95%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491476300.010.580.4258.640.5741.57
Hex95933F013A2A3b292a
Octal22522377017252735152
Binary100101011001001111111101111010101010111011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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