#959838

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

Shades of Highball #959838

Tints of Highball #959838

Color information

#959838 (or 0x959838) is unknown color: approx Highball. HEX triplet: 95, 98 and 38. RGB value is (149,152,56). Sum of RGB (Red+Green+Blue) = 149+152+56=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #959838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959838 is #6A67C7. Grayscale: #8C8C8C. Windows color (decimal): -6973384 or 3709077. OLE color: 3709077.

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

Color convert

RGB14915256-
CMYK0.0200.630.40
HSL61.88º46.15%40.78%-
HSV(B)61.88º63.16%59.61%-
XYZ24.3429.138.08-
YUV140.1680.51134.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=41.74%
G=42.58%
B=15.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152560.0200.630.4061.8846.1540.78
Hex959838203F283e2e29
Octal22523070207750765651
Binary1001010110011000111000100111111101000111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959838; }

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

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

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

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

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

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

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

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