#95983E

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

Shades of Highball #95983E

Tints of Highball #95983E

Color information

#95983E (or 0x95983E) is unknown color: approx Highball. HEX triplet: 95, 98 and 3E. RGB value is (149,152,62). Sum of RGB (Red+Green+Blue) = 149+152+62=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #95983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95983E is #6A67C1. Grayscale: #8D8D8D. Windows color (decimal): -6973378 or 4102293. OLE color: 4102293.

HSL color Cylindrical-coordinate representation of color #95983E: hue angle of 62º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95983E is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB14915262-
CMYK0.0200.590.40
HSL62º42.06%41.96%-
HSV(B)62º59.21%59.61%-
XYZ24.4929.198.9-
YUV140.8483.51133.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=41.05%
G=41.87%
B=17.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152620.0200.590.406242.0641.96
Hex95983E203B283e2a2a
Octal22523076207350765252
Binary1001010110011000111110100111011101000111110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95983E; }

 p { color: rgb(149,152,62); }

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

<style>
 a { background-color: #95983E; }

 a { background-color: rgb(149,152,62); }

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

<style>
 span { border-color: #95983E; }

 span { border-color: rgb(149,152,62); }

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