Html Css Color HEX #8E9852 Avocado

📋 copy color: '#8E9852'

red 142 ◦ green 152 ◦ blue 82

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

Shades of Avocado #8E9852

Tints of Avocado #8E9852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 37.77%
G = 40.43%
B = 21.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#8E9852 (or 0x8E9852) is known color: Avocado. HEX triplet: 8E, 98 and 52. RGB value is (142,152,82). Sum of RGB (Red+Green+Blue) = 142+152+82=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9852 is #7167AD. Grayscale: #8D8D8D. Windows color (decimal): -7432110 or 5413006. OLE color: 5413006.

HSL color Cylindrical-coordinate representation of color #8E9852: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E9852 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 152 82 -
CMYK 0.07 0 0.46 0.40
HSL 68.57º 0.3% 0.46% -
HSV(B) 68.57º 0.46% 0.6% -
XYZ 23.91 28.82 12.28 -
YUV 141.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 142 152 82 0.07 0 0.46 0.40 68.57 0.3 0.46
Hex 8E 98 52 7 0 2E 28 45 1E 2E
Octal 216 230 122 7 0 56 50 105 36 56
Binary 10001110 10011000 1010010 111 0 101110 101000 1000101 11110 101110

Color Harmonies of #8E9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9852

Black with #8E9852

Text Example


Text Example

White with #8E9852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,82); }

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

background-color css

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

 a { background-color: rgb(142,152,82); }

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

border-color css

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

 span { border-color: rgb(142,152,82); }

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