Html Css Color HEX #8F925D Avocado

📋 copy color: '#8F925D'

red 143 ◦ green 146 ◦ blue 93

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

Shades of Avocado #8F925D

Tints of Avocado #8F925D

RGB

 RED value IS 143 (56.25% from 255) = 37.43%

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 37.43%
G = 38.22%
B = 24.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#8F925D (or 0x8F925D) is known color: Avocado. HEX triplet: 8F, 92 and 5D. RGB value is (143,146,93). Sum of RGB (Red+Green+Blue) = 143+146+93=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #8F925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F925D is #706DA2. Grayscale: #8B8B8B. Windows color (decimal): -7368099 or 6132367. OLE color: 6132367.

HSL color Cylindrical-coordinate representation of color #8F925D: hue angle of 63.4º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F925D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 146 93 -
CMYK 0.02 0 0.36 0.43
HSL 63.4º 0.22% 0.47% -
HSV(B) 63.4º 0.36% 0.57% -
XYZ 23.58 27.19 14.36 -
YUV 139.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 143 146 93 0.02 0 0.36 0.43 63.4 0.22 0.47
Hex 8F 92 5D 2 0 24 2B 3F 16 2F
Octal 217 222 135 2 0 44 53 77 26 57
Binary 10001111 10010010 1011101 10 0 100100 101011 111111 10110 101111

Color Harmonies of #8F925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F925D

Black with #8F925D

Text Example


Text Example

White with #8F925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,146,93); }

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

background-color css

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

 a { background-color: rgb(143,146,93); }

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

border-color css

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

 span { border-color: rgb(143,146,93); }

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