Html Css Color HEX #8A893B Highball

📋 copy color: '#8A893B'

red 138 ◦ green 137 ◦ blue 59

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

Shades of Highball #8A893B

Tints of Highball #8A893B

RGB

 RED value IS 138 (54.3% from 255) = 41.32%

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 41.32%
G = 41.02%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A893B (or 0x8A893B) is known color: Highball. HEX triplet: 8A, 89 and 3B. RGB value is (138,137,59). Sum of RGB (Red+Green+Blue) = 138+137+59=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A893B is #7576C4. Grayscale: #808080. Windows color (decimal): -7698117 or 3901834. OLE color: 3901834.

HSL color Cylindrical-coordinate representation of color #8A893B: hue angle of 59.24º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A893B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 137 59 -
CMYK 0 0.01 0.57 0.46
HSL 59.24º 0.4% 0.39% -
HSV(B) 59.24º 0.57% 0.54% -
XYZ 20.22 23.61 7.63 -
YUV 128.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 138 137 59 0 0.01 0.57 0.46 59.24 0.4 0.39
Hex 8A 89 3B 0 1 39 2E 3B 28 27
Octal 212 211 73 0 1 71 56 73 50 47
Binary 10001010 10001001 111011 0 1 111001 101110 111011 101000 100111

Color Harmonies of #8A893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A893B

Black with #8A893B

Text Example


Text Example

White with #8A893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A893B; }

 p { color: rgb(138,137,59); }

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

background-color css

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

 a { background-color: rgb(138,137,59); }

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

border-color css

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

 span { border-color: rgb(138,137,59); }

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