Html Css Color HEX #888246 Highball

📋 copy color: '#888246'

red 136 ◦ green 130 ◦ blue 70

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

Shades of Highball #888246

Tints of Highball #888246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

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

R = 40.48%
G = 38.69%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#888246 (or 0x888246) is known color: Highball. HEX triplet: 88, 82 and 46. RGB value is (136,130,70). Sum of RGB (Red+Green+Blue) = 136+130+70=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #888246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888246 is #777DB9. Grayscale: #7D7D7D. Windows color (decimal): -7830970 or 4620936. OLE color: 4620936.

HSL color Cylindrical-coordinate representation of color #888246: hue angle of 54.55º 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 #888246 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 70 -
CMYK 0 0.04 0.49 0.47
HSL 54.55º 0.32% 0.4% -
HSV(B) 54.55º 0.49% 0.53% -
XYZ 19.24 21.64 8.96 -
YUV 124.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 136 130 70 0 0.04 0.49 0.47 54.55 0.32 0.4
Hex 88 82 46 0 4 31 2F 37 20 28
Octal 210 202 106 0 4 61 57 67 40 50
Binary 10001000 10000010 1000110 0 100 110001 101111 110111 100000 101000

Color Harmonies of #888246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888246

Black with #888246

Text Example


Text Example

White with #888246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888246; }

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

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

background-color css

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

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

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

border-color css

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

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

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