#9F9C38

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

Shades of Highball #9F9C38

Tints of Highball #9F9C38

Color information

#9F9C38 (or 0x9F9C38) is unknown color: approx Highball. HEX triplet: 9F, 9C and 38. RGB value is (159,156,56). Sum of RGB (Red+Green+Blue) = 159+156+56=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9C38 is #6063C7. Grayscale: #919191. Windows color (decimal): -6317000 or 3710111. OLE color: 3710111.

HSL color Cylindrical-coordinate representation of color #9F9C38: hue angle of 58.25º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F9C38 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB15915656-
CMYK00.020.650.38
HSL58.25º47.91%42.16%-
HSV(B)58.25º64.78%62.35%-
XYZ26.931.438.39-
YUV145.577.49137.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=42.86%
G=42.05%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591565600.020.650.3858.2547.9142.16
Hex9F9C380241263a302a
Octal237234700210146726052
Binary10011111100111001110000101000001100110111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9C38; }

 p { color: rgb(159,156,56); }

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

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

 a { background-color: rgb(159,156,56); }

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

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

 span { border-color: rgb(159,156,56); }

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