#999D43

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

Shades of Highball #999D43

Tints of Highball #999D43

Color information

#999D43 (or 0x999D43) is unknown color: approx Highball. HEX triplet: 99, 9D and 43. RGB value is (153,157,67). Sum of RGB (Red+Green+Blue) = 153+157+67=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #999D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D43 is #6662BC. Grayscale: #919191. Windows color (decimal): -6709949 or 4431257. OLE color: 4431257.

HSL color Cylindrical-coordinate representation of color #999D43: hue angle of 62.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #999D43 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB15315767-
CMYK0.0300.570.38
HSL62.67º40.18%43.92%-
HSV(B)62.67º57.32%61.57%-
XYZ26.2131.299.97-
YUV145.5483.67133.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=40.58%
G=41.64%
B=17.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153157670.0300.570.3862.6740.1843.92
Hex999D433039263f282c
Octal231235103307146775054
Binary10011001100111011000011110111001100110111111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,67); }

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

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

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

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

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

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

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