Html Css Color HEX #8AB492 Envy

📋 copy color: '#8AB492'

red 138 ◦ green 180 ◦ blue 146

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

Shades of Envy #8AB492

Tints of Envy #8AB492

RGB

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

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

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

R = 29.74%
G = 38.79%
B = 31.47%

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

#8AB492 (or 0x8AB492) is known color: Envy. HEX triplet: 8A, B4 and 92. RGB value is (138,180,146). Sum of RGB (Red+Green+Blue) = 138+180+146=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB492 is #754B6D. Grayscale: #A3A3A3. Windows color (decimal): -7687022 or 9614474. OLE color: 9614474.

HSL color Cylindrical-coordinate representation of color #8AB492: hue angle of 131.43º 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 #8AB492 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 146 -
CMYK 0.23 0 0.19 0.29
HSL 131.43º 0.22% 0.62% -
HSV(B) 131.43º 0.23% 0.71% -
XYZ 31.99 40.12 33.25 -
YUV 163.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 138 180 146 0.23 0 0.19 0.29 131.43 0.22 0.62
Hex 8A B4 92 17 0 13 1D 83 16 3E
Octal 212 264 222 27 0 23 35 203 26 76
Binary 10001010 10110100 10010010 10111 0 10011 11101 10000011 10110 111110

Color Harmonies of #8AB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB492

Black with #8AB492

Text Example


Text Example

White with #8AB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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