#95993D

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

Shades of Highball #95993D

Tints of Highball #95993D

Color information

#95993D (or 0x95993D) is unknown color: approx Highball. HEX triplet: 95, 99 and 3D. RGB value is (149,153,61). Sum of RGB (Red+Green+Blue) = 149+153+61=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #95993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95993D is #6A66C2. Grayscale: #8D8D8D. Windows color (decimal): -6973123 or 4037013. OLE color: 4037013.

HSL color Cylindrical-coordinate representation of color #95993D: hue angle of 62.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95993D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB14915361-
CMYK0.0300.600.4
HSL62.61º42.99%41.96%-
HSV(B)62.61º60.13%60%-
XYZ24.6329.518.81-
YUV141.3282.67133.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=41.05%
G=42.15%
B=16.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153610.0300.600.462.6142.9941.96
Hex95993D303C283f2b2a
Octal22523175307450775352
Binary1001010110011001111101110111100101000111111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95993D; }

 p { color: rgb(149,153,61); }

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

<style>
 a { background-color: #95993D; }

 a { background-color: rgb(149,153,61); }

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

<style>
 span { border-color: #95993D; }

 span { border-color: rgb(149,153,61); }

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