Html Css Color HEX #999250 Highball

📋 copy color: '#999250'

red 153 ◦ green 146 ◦ blue 80

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

Shades of Highball #999250

Tints of Highball #999250

RGB

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

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

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

R = 40.37%
G = 38.52%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#999250 (or 0x999250) is known color: Highball. HEX triplet: 99, 92 and 50. RGB value is (153,146,80). Sum of RGB (Red+Green+Blue) = 153+146+80=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #999250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999250 is #666DAF. Grayscale: #8C8C8C. Windows color (decimal): -6712752 or 5280409. OLE color: 5280409.

HSL color Cylindrical-coordinate representation of color #999250: hue angle of 54.25º 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 #999250 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 80 -
CMYK 0 0.05 0.48 0.4
HSL 54.25º 0.31% 0.46% -
HSV(B) 54.25º 0.48% 0.6% -
XYZ 24.86 27.91 11.67 -
YUV 140.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 153 146 80 0 0.05 0.48 0.4 54.25 0.31 0.46
Hex 99 92 50 0 5 30 28 36 1F 2E
Octal 231 222 120 0 5 60 50 66 37 56
Binary 10011001 10010010 1010000 0 101 110000 101000 110110 11111 101110

Color Harmonies of #999250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999250

Black with #999250

Text Example


Text Example

White with #999250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999250; }

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

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

background-color css

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

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

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

border-color css

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

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

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