Html Css Color HEX #8BA291 Envy

📋 copy color: '#8BA291'

red 139 ◦ green 162 ◦ blue 145

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

Shades of Envy #8BA291

Tints of Envy #8BA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 145 (57.03% from 255) = 32.51%

R = 31.17%
G = 36.32%
B = 32.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#8BA291 (or 0x8BA291) is known color: Envy. HEX triplet: 8B, A2 and 91. RGB value is (139,162,145). Sum of RGB (Red+Green+Blue) = 139+162+145=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA291 is #745D6E. Grayscale: #999999. Windows color (decimal): -7626095 or 9544331. OLE color: 9544331.

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

Color convert

RGB 139 162 145 -
CMYK 0.14 0 0.10 0.36
HSL 135.65º 0.11% 0.59% -
HSV(B) 135.65º 0.14% 0.64% -
XYZ 28.68 33.37 31.72 -
YUV 153.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 139 162 145 0.14 0 0.10 0.36 135.65 0.11 0.59
Hex 8B A2 91 E 0 A 24 88 B 3B
Octal 213 242 221 16 0 12 44 210 13 73
Binary 10001011 10100010 10010001 1110 0 1010 100100 10001000 1011 111011

Color Harmonies of #8BA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA291

Black with #8BA291

Text Example


Text Example

White with #8BA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,145); }

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

background-color css

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

 a { background-color: rgb(139,162,145); }

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

border-color css

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

 span { border-color: rgb(139,162,145); }

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