Html Css Color HEX #8AB091 Envy

📋 copy color: '#8AB091'

red 138 ◦ green 176 ◦ blue 145

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

Shades of Envy #8AB091

Tints of Envy #8AB091

RGB

 RED value IS 138 (54.3% from 255) = 30.07%

 GREEN value IS 176 (69.14% from 255) = 38.34%

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

R = 30.07%
G = 38.34%
B = 31.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#8AB091 (or 0x8AB091) is known color: Envy. HEX triplet: 8A, B0 and 91. RGB value is (138,176,145). Sum of RGB (Red+Green+Blue) = 138+176+145=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB091 is #754F6E. Grayscale: #A1A1A1. Windows color (decimal): -7688047 or 9547914. OLE color: 9547914.

HSL color Cylindrical-coordinate representation of color #8AB091: hue angle of 131.05º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB091 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 145 -
CMYK 0.22 0 0.18 0.31
HSL 131.05º 0.19% 0.62% -
HSV(B) 131.05º 0.22% 0.69% -
XYZ 31.12 38.5 32.58 -
YUV 161.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 138 176 145 0.22 0 0.18 0.31 131.05 0.19 0.62
Hex 8A B0 91 16 0 12 1F 83 13 3E
Octal 212 260 221 26 0 22 37 203 23 76
Binary 10001010 10110000 10010001 10110 0 10010 11111 10000011 10011 111110

Color Harmonies of #8AB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB091

Black with #8AB091

Text Example


Text Example

White with #8AB091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,145); }

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

background-color css

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

 a { background-color: rgb(138,176,145); }

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

border-color css

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

 span { border-color: rgb(138,176,145); }

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