Html Css Color HEX #888148 Highball

📋 copy color: '#888148'

red 136 ◦ green 129 ◦ blue 72

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

Shades of Highball #888148

Tints of Highball #888148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 40.36%
G = 38.28%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#888148 (or 0x888148) is known color: Highball. HEX triplet: 88, 81 and 48. RGB value is (136,129,72). Sum of RGB (Red+Green+Blue) = 136+129+72=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #888148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888148 is #777EB7. Grayscale: #7C7C7C. Windows color (decimal): -7831224 or 4751752. OLE color: 4751752.

HSL color Cylindrical-coordinate representation of color #888148: hue angle of 53.44º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888148 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 72 -
CMYK 0 0.05 0.47 0.47
HSL 53.44º 0.31% 0.41% -
HSV(B) 53.44º 0.47% 0.53% -
XYZ 19.17 21.4 9.25 -
YUV 124.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 136 129 72 0 0.05 0.47 0.47 53.44 0.31 0.41
Hex 88 81 48 0 5 2F 2F 35 1F 29
Octal 210 201 110 0 5 57 57 65 37 51
Binary 10001000 10000001 1001000 0 101 101111 101111 110101 11111 101001

Color Harmonies of #888148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888148

Black with #888148

Text Example


Text Example

White with #888148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888148; }

 p { color: rgb(136,129,72); }

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

background-color css

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

 a { background-color: rgb(136,129,72); }

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

border-color css

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

 span { border-color: rgb(136,129,72); }

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