Html Css Color HEX #8BA38D Envy

📋 copy color: '#8BA38D'

red 139 ◦ green 163 ◦ blue 141

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

Shades of Envy #8BA38D

Tints of Envy #8BA38D

RGB

 RED value IS 139 (54.69% from 255) = 31.38%

 GREEN value IS 163 (64.06% from 255) = 36.79%

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 31.38%
G = 36.79%
B = 31.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#8BA38D (or 0x8BA38D) is known color: Envy. HEX triplet: 8B, A3 and 8D. RGB value is (139,163,141). Sum of RGB (Red+Green+Blue) = 139+163+141=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA38D is #745C72. Grayscale: #999999. Windows color (decimal): -7625843 or 9282443. OLE color: 9282443.

HSL color Cylindrical-coordinate representation of color #8BA38D: hue angle of 125º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA38D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 163 141 -
CMYK 0.15 0 0.13 0.36
HSL 125º 0.12% 0.59% -
HSV(B) 125º 0.15% 0.64% -
XYZ 28.55 33.61 30.18 -
YUV 153.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 139 163 141 0.15 0 0.13 0.36 125 0.12 0.59
Hex 8B A3 8D F 0 D 24 7D C 3B
Octal 213 243 215 17 0 15 44 175 14 73
Binary 10001011 10100011 10001101 1111 0 1101 100100 1111101 1100 111011

Color Harmonies of #8BA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA38D

Black with #8BA38D

Text Example


Text Example

White with #8BA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,163,141); }

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

background-color css

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

 a { background-color: rgb(139,163,141); }

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

border-color css

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

 span { border-color: rgb(139,163,141); }

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