Html Css Color HEX #999942 Highball

📋 copy color: '#999942'

red 153 ◦ green 153 ◦ blue 66

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

Shades of Highball #999942

Tints of Highball #999942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 41.13%
G = 41.13%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#999942 (or 0x999942) is known color: Highball. HEX triplet: 99, 99 and 42. RGB value is (153,153,66). Sum of RGB (Red+Green+Blue) = 153+153+66=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999942 is #6666BD. Grayscale: #8F8F8F. Windows color (decimal): -6710974 or 4364697. OLE color: 4364697.

HSL color Cylindrical-coordinate representation of color #999942: hue angle of 60º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #999942 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 66 -
CMYK 0 0 0.57 0.4
HSL 60º 0.4% 0.43% -
HSV(B) 60º 0.57% 0.6% -
XYZ 25.51 29.95 9.59 -
YUV 143.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 153 153 66 0 0 0.57 0.4 60 0.4 0.43
Hex 99 99 42 0 0 39 28 3C 28 2B
Octal 231 231 102 0 0 71 50 74 50 53
Binary 10011001 10011001 1000010 0 0 111001 101000 111100 101000 101011

Color Harmonies of #999942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999942

Black with #999942

Text Example


Text Example

White with #999942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999942; }

 p { color: rgb(153,153,66); }

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

background-color css

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

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

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

border-color css

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

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

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