Html Css Color HEX #888330 Highball

📋 copy color: '#888330'

red 136 ◦ green 131 ◦ blue 48

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

Shades of Highball #888330

Tints of Highball #888330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 43.17%
G = 41.59%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#888330 (or 0x888330) is known color: Highball. HEX triplet: 88, 83 and 30. RGB value is (136,131,48). Sum of RGB (Red+Green+Blue) = 136+131+48=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #888330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888330 is #777CCF. Grayscale: #7B7B7B. Windows color (decimal): -7830736 or 3179400. OLE color: 3179400.

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

Color convert

RGB 136 131 48 -
CMYK 0 0.04 0.65 0.47
HSL 56.59º 0.48% 0.36% -
HSV(B) 56.59º 0.65% 0.53% -
XYZ 18.8 21.68 5.99 -
YUV 123.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 136 131 48 0 0.04 0.65 0.47 56.59 0.48 0.36
Hex 88 83 30 0 4 41 2F 39 30 24
Octal 210 203 60 0 4 101 57 71 60 44
Binary 10001000 10000011 110000 0 100 1000001 101111 111001 110000 100100

Color Harmonies of #888330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888330

Black with #888330

Text Example


Text Example

White with #888330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888330; }

 p { color: rgb(136,131,48); }

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

background-color css

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

 a { background-color: rgb(136,131,48); }

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

border-color css

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

 span { border-color: rgb(136,131,48); }

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