Html Css Color HEX #888542 Highball

📋 copy color: '#888542'

red 136 ◦ green 133 ◦ blue 66

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

Shades of Highball #888542

Tints of Highball #888542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 40.6%
G = 39.7%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#888542 (or 0x888542) is known color: Highball. HEX triplet: 88, 85 and 42. RGB value is (136,133,66). Sum of RGB (Red+Green+Blue) = 136+133+66=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #888542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888542 is #777ABD. Grayscale: #7E7E7E. Windows color (decimal): -7830206 or 4359560. OLE color: 4359560.

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

Color convert

RGB 136 133 66 -
CMYK 0 0.02 0.51 0.47
HSL 57.43º 0.35% 0.4% -
HSV(B) 57.43º 0.51% 0.53% -
XYZ 19.52 22.4 8.45 -
YUV 126.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 136 133 66 0 0.02 0.51 0.47 57.43 0.35 0.4
Hex 88 85 42 0 2 33 2F 39 23 28
Octal 210 205 102 0 2 63 57 71 43 50
Binary 10001000 10000101 1000010 0 10 110011 101111 111001 100011 101000

Color Harmonies of #888542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888542

Black with #888542

Text Example


Text Example

White with #888542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888542; }

 p { color: rgb(136,133,66); }

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

background-color css

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

 a { background-color: rgb(136,133,66); }

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

border-color css

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

 span { border-color: rgb(136,133,66); }

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