Html Css Color HEX #8E9253 Avocado

📋 copy color: '#8E9253'

red 142 ◦ green 146 ◦ blue 83

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

Shades of Avocado #8E9253

Tints of Avocado #8E9253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 38.27%
G = 39.35%
B = 22.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#8E9253 (or 0x8E9253) is known color: Avocado. HEX triplet: 8E, 92 and 53. RGB value is (142,146,83). Sum of RGB (Red+Green+Blue) = 142+146+83=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9253 is #716DAC. Grayscale: #898989. Windows color (decimal): -7433645 or 5477006. OLE color: 5477006.

HSL color Cylindrical-coordinate representation of color #8E9253: hue angle of 63.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9253 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 83 -
CMYK 0.03 0 0.43 0.43
HSL 63.81º 0.28% 0.45% -
HSV(B) 63.81º 0.43% 0.57% -
XYZ 23 26.93 12.17 -
YUV 137.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 142 146 83 0.03 0 0.43 0.43 63.81 0.28 0.45
Hex 8E 92 53 3 0 2B 2B 40 1C 2D
Octal 216 222 123 3 0 53 53 100 34 55
Binary 10001110 10010010 1010011 11 0 101011 101011 1000000 11100 101101

Color Harmonies of #8E9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9253

Black with #8E9253

Text Example


Text Example

White with #8E9253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,146,83); }

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

background-color css

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

 a { background-color: rgb(142,146,83); }

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

border-color css

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

 span { border-color: rgb(142,146,83); }

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