#999938

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

Shades of Highball #999938

Tints of Highball #999938

Color information

#999938 (or 0x999938) is unknown color: approx Highball. HEX triplet: 99, 99 and 38. RGB value is (153,153,56). Sum of RGB (Red+Green+Blue) = 153+153+56=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999938 is #6666C7. Grayscale: #8E8E8E. Windows color (decimal): -6710984 or 3709337. OLE color: 3709337.

HSL color Cylindrical-coordinate representation of color #999938: hue angle of 60º 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 #999938 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB15315356-
CMYK000.630.4
HSL60º46.41%40.98%-
HSV(B)60º63.4%60%-
XYZ25.2429.848.17-
YUV141.9479.5135.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=42.27%
G=42.27%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315356000.630.46046.4140.98
Hex999938003F283c2e29
Octal23123170007750745651
Binary100110011001100111100000111111101000111100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999938; }

 p { color: rgb(153,153,56); }

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

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

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

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

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

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

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