Html Css Color HEX #999E40 Highball

📋 copy color: '#999E40'

red 153 ◦ green 158 ◦ blue 64

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

Shades of Highball #999E40

Tints of Highball #999E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 40.8%
G = 42.13%
B = 17.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#999E40 (or 0x999E40) is known color: Highball. HEX triplet: 99, 9E and 40. RGB value is (153,158,64). Sum of RGB (Red+Green+Blue) = 153+158+64=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #999E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E40 is #6661BF. Grayscale: #929292. Windows color (decimal): -6709696 or 4234905. OLE color: 4234905.

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

Color convert

RGB 153 158 64 -
CMYK 0.03 0 0.59 0.38
HSL 63.19º 0.42% 0.44% -
HSV(B) 63.19º 0.59% 0.62% -
XYZ 26.29 31.6 9.56 -
YUV 145.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 153 158 64 0.03 0 0.59 0.38 63.19 0.42 0.44
Hex 99 9E 40 3 0 3B 26 3F 2A 2C
Octal 231 236 100 3 0 73 46 77 52 54
Binary 10011001 10011110 1000000 11 0 111011 100110 111111 101010 101100

Color Harmonies of #999E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E40

Black with #999E40

Text Example


Text Example

White with #999E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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