Html Css Color HEX #999B42 Highball

📋 copy color: '#999B42'

red 153 ◦ green 155 ◦ blue 66

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

Shades of Highball #999B42

Tints of Highball #999B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.44%

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

R = 40.91%
G = 41.44%
B = 17.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#999B42 (or 0x999B42) is known color: Highball. HEX triplet: 99, 9B and 42. RGB value is (153,155,66). Sum of RGB (Red+Green+Blue) = 153+155+66=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #999B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B42 is #6664BD. Grayscale: #909090. Windows color (decimal): -6710462 or 4365209. OLE color: 4365209.

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

Color convert

RGB 153 155 66 -
CMYK 0.01 0 0.57 0.39
HSL 61.35º 0.4% 0.43% -
HSV(B) 61.35º 0.57% 0.61% -
XYZ 25.84 30.61 9.7 -
YUV 144.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 153 155 66 0.01 0 0.57 0.39 61.35 0.4 0.43
Hex 99 9B 42 1 0 39 27 3D 28 2B
Octal 231 233 102 1 0 71 47 75 50 53
Binary 10011001 10011011 1000010 1 0 111001 100111 111101 101000 101011

Color Harmonies of #999B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B42

Black with #999B42

Text Example


Text Example

White with #999B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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