#999B41

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

Shades of Highball #999B41

Tints of Highball #999B41

Color information

#999B41 (or 0x999B41) is unknown color: approx Highball. HEX triplet: 99, 9B and 41. RGB value is (153,155,65). Sum of RGB (Red+Green+Blue) = 153+155+65=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #999B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B41 is #6664BE. Grayscale: #909090. Windows color (decimal): -6710463 or 4299673. OLE color: 4299673.

HSL color Cylindrical-coordinate representation of color #999B41: hue angle of 61.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999B41 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15315565-
CMYK0.0100.580.39
HSL61.33º40.91%43.14%-
HSV(B)61.33º58.06%60.78%-
XYZ25.8130.69.55-
YUV144.1483.34134.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=41.02%
G=41.55%
B=17.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153155650.0100.580.3961.3340.9143.14
Hex999B41103A273d292b
Octal231233101107247755153
Binary1001100110011011100000110111010100111111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,155,65); }

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

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

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

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

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

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

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