Html Css Color HEX #8AB491 Envy

📋 copy color: '#8AB491'

red 138 ◦ green 180 ◦ blue 145

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

Shades of Envy #8AB491

Tints of Envy #8AB491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 29.81%
G = 38.88%
B = 31.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#8AB491 (or 0x8AB491) is known color: Envy. HEX triplet: 8A, B4 and 91. RGB value is (138,180,145). Sum of RGB (Red+Green+Blue) = 138+180+145=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB491 is #754B6E. Grayscale: #A3A3A3. Windows color (decimal): -7687023 or 9548938. OLE color: 9548938.

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

Color convert

RGB 138 180 145 -
CMYK 0.23 0 0.19 0.29
HSL 130º 0.22% 0.62% -
HSV(B) 130º 0.23% 0.71% -
XYZ 31.91 40.09 32.84 -
YUV 163.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 138 180 145 0.23 0 0.19 0.29 130 0.22 0.62
Hex 8A B4 91 17 0 13 1D 82 16 3E
Octal 212 264 221 27 0 23 35 202 26 76
Binary 10001010 10110100 10010001 10111 0 10011 11101 10000010 10110 111110

Color Harmonies of #8AB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB491

Black with #8AB491

Text Example


Text Example

White with #8AB491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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