Html Css Color HEX #8E954C Highball

📋 copy color: '#8E954C'

red 142 ◦ green 149 ◦ blue 76

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

Shades of Highball #8E954C

Tints of Highball #8E954C

RGB

 RED value IS 142 (55.86% from 255) = 38.69%

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 38.69%
G = 40.6%
B = 20.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#8E954C (or 0x8E954C) is known color: Highball. HEX triplet: 8E, 95 and 4C. RGB value is (142,149,76). Sum of RGB (Red+Green+Blue) = 142+149+76=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #8E954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E954C is #716AB3. Grayscale: #8A8A8A. Windows color (decimal): -7432884 or 5019022. OLE color: 5019022.

HSL color Cylindrical-coordinate representation of color #8E954C: hue angle of 65.75º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E954C is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 149 76 -
CMYK 0.05 0 0.49 0.42
HSL 65.75º 0.32% 0.44% -
HSV(B) 65.75º 0.49% 0.58% -
XYZ 23.21 27.77 10.97 -
YUV 138.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 142 149 76 0.05 0 0.49 0.42 65.75 0.32 0.44
Hex 8E 95 4C 5 0 31 2A 42 20 2C
Octal 216 225 114 5 0 61 52 102 40 54
Binary 10001110 10010101 1001100 101 0 110001 101010 1000010 100000 101100

Color Harmonies of #8E954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E954C

Black with #8E954C

Text Example


Text Example

White with #8E954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,149,76); }

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

background-color css

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

 a { background-color: rgb(142,149,76); }

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

border-color css

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

 span { border-color: rgb(142,149,76); }

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