Html Css Color HEX #999253 Highball

📋 copy color: '#999253'

red 153 ◦ green 146 ◦ blue 83

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

Shades of Highball #999253

Tints of Highball #999253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 40.05%
G = 38.22%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#999253 (or 0x999253) is known color: Highball. HEX triplet: 99, 92 and 53. RGB value is (153,146,83). Sum of RGB (Red+Green+Blue) = 153+146+83=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #999253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999253 is #666DAC. Grayscale: #8D8D8D. Windows color (decimal): -6712749 or 5477017. OLE color: 5477017.

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

Color convert

RGB 153 146 83 -
CMYK 0 0.05 0.46 0.4
HSL 54º 0.3% 0.46% -
HSV(B) 54º 0.46% 0.6% -
XYZ 24.98 27.95 12.26 -
YUV 140.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 153 146 83 0 0.05 0.46 0.4 54 0.3 0.46
Hex 99 92 53 0 5 2E 28 36 1E 2E
Octal 231 222 123 0 5 56 50 66 36 56
Binary 10011001 10010010 1010011 0 101 101110 101000 110110 11110 101110

Color Harmonies of #999253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999253

Black with #999253

Text Example


Text Example

White with #999253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999253; }

 p { color: rgb(153,146,83); }

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

background-color css

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

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

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

border-color css

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

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

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