Html Css Color HEX #888C48 Highball

📋 copy color: '#888C48'

red 136 ◦ green 140 ◦ blue 72

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

Shades of Highball #888C48

Tints of Highball #888C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.23%

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

R = 39.08%
G = 40.23%
B = 20.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#888C48 (or 0x888C48) is known color: Highball. HEX triplet: 88, 8C and 48. RGB value is (136,140,72). Sum of RGB (Red+Green+Blue) = 136+140+72=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #888C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C48 is #7773B7. Grayscale: #838383. Windows color (decimal): -7828408 or 4754568. OLE color: 4754568.

HSL color Cylindrical-coordinate representation of color #888C48: hue angle of 63.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888C48 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 140 72 -
CMYK 0.03 0 0.49 0.45
HSL 63.53º 0.32% 0.42% -
HSV(B) 63.53º 0.49% 0.55% -
XYZ 20.7 24.46 9.76 -
YUV 131.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 136 140 72 0.03 0 0.49 0.45 63.53 0.32 0.42
Hex 88 8C 48 3 0 31 2D 40 20 2A
Octal 210 214 110 3 0 61 55 100 40 52
Binary 10001000 10001100 1001000 11 0 110001 101101 1000000 100000 101010

Color Harmonies of #888C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C48

Black with #888C48

Text Example


Text Example

White with #888C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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