Html Css Color HEX #888949 Highball

📋 copy color: '#888949'

red 136 ◦ green 137 ◦ blue 73

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

Shades of Highball #888949

Tints of Highball #888949

RGB

 RED value IS 136 (53.52% from 255) = 39.31%

 GREEN value IS 137 (53.91% from 255) = 39.6%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 39.31%
G = 39.6%
B = 21.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#888949 (or 0x888949) is known color: Highball. HEX triplet: 88, 89 and 49. RGB value is (136,137,73). Sum of RGB (Red+Green+Blue) = 136+137+73=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #888949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888949 is #7776B6. Grayscale: #818181. Windows color (decimal): -7829175 or 4819336. OLE color: 4819336.

HSL color Cylindrical-coordinate representation of color #888949: hue angle of 60.94º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888949 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 73 -
CMYK 0.01 0 0.47 0.46
HSL 60.94º 0.3% 0.41% -
HSV(B) 60.94º 0.47% 0.54% -
XYZ 20.3 23.61 9.79 -
YUV 129.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 136 137 73 0.01 0 0.47 0.46 60.94 0.3 0.41
Hex 88 89 49 1 0 2F 2E 3D 1E 29
Octal 210 211 111 1 0 57 56 75 36 51
Binary 10001000 10001001 1001001 1 0 101111 101110 111101 11110 101001

Color Harmonies of #888949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888949

Black with #888949

Text Example


Text Example

White with #888949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888949; }

 p { color: rgb(136,137,73); }

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

background-color css

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

 a { background-color: rgb(136,137,73); }

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

border-color css

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

 span { border-color: rgb(136,137,73); }

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