Html Css Color HEX #888046 Highball

📋 copy color: '#888046'

red 136 ◦ green 128 ◦ blue 70

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

Shades of Highball #888046

Tints of Highball #888046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 40.72%
G = 38.32%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#888046 (or 0x888046) is known color: Highball. HEX triplet: 88, 80 and 46. RGB value is (136,128,70). Sum of RGB (Red+Green+Blue) = 136+128+70=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #888046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888046 is #777FB9. Grayscale: #7C7C7C. Windows color (decimal): -7831482 or 4620424. OLE color: 4620424.

HSL color Cylindrical-coordinate representation of color #888046: hue angle of 52.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888046 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 70 -
CMYK 0 0.06 0.49 0.47
HSL 52.73º 0.32% 0.4% -
HSV(B) 52.73º 0.49% 0.53% -
XYZ 18.98 21.11 8.87 -
YUV 123.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 136 128 70 0 0.06 0.49 0.47 52.73 0.32 0.4
Hex 88 80 46 0 6 31 2F 35 20 28
Octal 210 200 106 0 6 61 57 65 40 50
Binary 10001000 10000000 1000110 0 110 110001 101111 110101 100000 101000

Color Harmonies of #888046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888046

Black with #888046

Text Example


Text Example

White with #888046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888046; }

 p { color: rgb(136,128,70); }

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

background-color css

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

 a { background-color: rgb(136,128,70); }

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

border-color css

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

 span { border-color: rgb(136,128,70); }

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