Html Css Color HEX #8AA592 Envy

📋 copy color: '#8AA592'

red 138 ◦ green 165 ◦ blue 146

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

Shades of Envy #8AA592

Tints of Envy #8AA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 30.73%
G = 36.75%
B = 32.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#8AA592 (or 0x8AA592) is known color: Envy. HEX triplet: 8A, A5 and 92. RGB value is (138,165,146). Sum of RGB (Red+Green+Blue) = 138+165+146=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA592 is #755A6D. Grayscale: #9A9A9A. Windows color (decimal): -7690862 or 9610634. OLE color: 9610634.

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

Color convert

RGB 138 165 146 -
CMYK 0.16 0 0.12 0.35
HSL 137.78º 0.13% 0.59% -
HSV(B) 137.78º 0.16% 0.65% -
XYZ 29.12 34.39 32.3 -
YUV 154.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 138 165 146 0.16 0 0.12 0.35 137.78 0.13 0.59
Hex 8A A5 92 10 0 C 23 8A D 3B
Octal 212 245 222 20 0 14 43 212 15 73
Binary 10001010 10100101 10010010 10000 0 1100 100011 10001010 1101 111011

Color Harmonies of #8AA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA592

Black with #8AA592

Text Example


Text Example

White with #8AA592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,146); }

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

background-color css

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

 a { background-color: rgb(138,165,146); }

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

border-color css

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

 span { border-color: rgb(138,165,146); }

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