Html Css Color HEX #999350 Highball

📋 copy color: '#999350'

red 153 ◦ green 147 ◦ blue 80

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

Shades of Highball #999350

Tints of Highball #999350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 40.26%
G = 38.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#999350 (or 0x999350) is known color: Highball. HEX triplet: 99, 93 and 50. RGB value is (153,147,80). Sum of RGB (Red+Green+Blue) = 153+147+80=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #999350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999350 is #666CAF. Grayscale: #8D8D8D. Windows color (decimal): -6712496 or 5280665. OLE color: 5280665.

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

Color convert

RGB 153 147 80 -
CMYK 0 0.04 0.48 0.4
HSL 55.07º 0.31% 0.46% -
HSV(B) 55.07º 0.48% 0.6% -
XYZ 25.02 28.22 11.72 -
YUV 141.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 153 147 80 0 0.04 0.48 0.4 55.07 0.31 0.46
Hex 99 93 50 0 4 30 28 37 1F 2E
Octal 231 223 120 0 4 60 50 67 37 56
Binary 10011001 10010011 1010000 0 100 110000 101000 110111 11111 101110

Color Harmonies of #999350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999350

Black with #999350

Text Example


Text Example

White with #999350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999350; }

 p { color: rgb(153,147,80); }

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

background-color css

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

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

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

border-color css

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

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

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