Html Css Color HEX #999F41 Highball

📋 copy color: '#999F41'

red 153 ◦ green 159 ◦ blue 65

#999F41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #999F41

Tints of Highball #999F41

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 40.58%
G = 42.18%
B = 17.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#999F41 (or 0x999F41) is known color: Highball. HEX triplet: 99, 9F and 41. RGB value is (153,159,65). Sum of RGB (Red+Green+Blue) = 153+159+65=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #999F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F41 is #6660BE. Grayscale: #929292. Windows color (decimal): -6709439 or 4300697. OLE color: 4300697.

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

Color convert

RGB 153 159 65 -
CMYK 0.04 0 0.59 0.38
HSL 63.83º 0.42% 0.44% -
HSV(B) 63.83º 0.59% 0.62% -
XYZ 26.49 31.95 9.77 -
YUV 146.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 153 159 65 0.04 0 0.59 0.38 63.83 0.42 0.44
Hex 99 9F 41 4 0 3B 26 40 2A 2C
Octal 231 237 101 4 0 73 46 100 52 54
Binary 10011001 10011111 1000001 100 0 111011 100110 1000000 101010 101100

Color Harmonies of #999F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F41

Black with #999F41

Text Example


Text Example

White with #999F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999F41;
 }
 .AnyTagClassName
 {
   color: #999F41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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