#999E38

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

Shades of Highball #999E38

Tints of Highball #999E38

Color information

#999E38 (or 0x999E38) is unknown color: approx Highball. HEX triplet: 99, 9E and 38. RGB value is (153,158,56). Sum of RGB (Red+Green+Blue) = 153+158+56=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #999E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E38 is #6661C7. Grayscale: #919191. Windows color (decimal): -6709704 or 3710617. OLE color: 3710617.

HSL color Cylindrical-coordinate representation of color #999E38: hue angle of 62.94º 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 #999E38 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB15315856-
CMYK0.0300.650.38
HSL62.94º47.66%41.96%-
HSV(B)62.94º64.56%61.96%-
XYZ26.0831.518.45-
YUV144.8877.84133.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=41.69%
G=43.05%
B=15.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153158560.0300.650.3862.9447.6641.96
Hex999E383041263f302a
Octal231236703010146776052
Binary10011001100111101110001101000001100110111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E38; }

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

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

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

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

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

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

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

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