Html Css Color HEX #888132 Highball

📋 copy color: '#888132'

red 136 ◦ green 129 ◦ blue 50

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

Shades of Highball #888132

Tints of Highball #888132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 43.17%
G = 40.95%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#888132 (or 0x888132) is known color: Highball. HEX triplet: 88, 81 and 32. RGB value is (136,129,50). Sum of RGB (Red+Green+Blue) = 136+129+50=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #888132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888132 is #777ECD. Grayscale: #7A7A7A. Windows color (decimal): -7831246 or 3309960. OLE color: 3309960.

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

Color convert

RGB 136 129 50 -
CMYK 0 0.05 0.63 0.47
HSL 55.12º 0.46% 0.36% -
HSV(B) 55.12º 0.63% 0.53% -
XYZ 18.58 21.17 6.12 -
YUV 122.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 136 129 50 0 0.05 0.63 0.47 55.12 0.46 0.36
Hex 88 81 32 0 5 3F 2F 37 2E 24
Octal 210 201 62 0 5 77 57 67 56 44
Binary 10001000 10000001 110010 0 101 111111 101111 110111 101110 100100

Color Harmonies of #888132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888132

Black with #888132

Text Example


Text Example

White with #888132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888132; }

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

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

background-color css

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

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

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

border-color css

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

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

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