Html Css Color HEX #ABC0AE Gum Leaf

📋 copy color: '#ABC0AE'

red 171 ◦ green 192 ◦ blue 174

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

Shades of Gum Leaf #ABC0AE

Tints of Gum Leaf #ABC0AE

RGB

 RED value IS 171 (67.19% from 255) = 31.84%

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 31.84%
G = 35.75%
B = 32.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#ABC0AE (or 0xABC0AE) is known color: Gum Leaf. HEX triplet: AB, C0 and AE. RGB value is (171,192,174). Sum of RGB (Red+Green+Blue) = 171+192+174=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AE is #543F51. Grayscale: #B7B7B7. Windows color (decimal): -5521234 or 11452587. OLE color: 11452587.

HSL color Cylindrical-coordinate representation of color #ABC0AE: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0AE is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 174 -
CMYK 0.11 0 0.09 0.25
HSL 128.57º 0.14% 0.71% -
HSV(B) 128.57º 0.11% 0.75% -
XYZ 43.28 49.41 47.3 -
YUV 183.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 171 192 174 0.11 0 0.09 0.25 128.57 0.14 0.71
Hex AB C0 AE B 0 9 19 81 E 47
Octal 253 300 256 13 0 11 31 201 16 107
Binary 10101011 11000000 10101110 1011 0 1001 11001 10000001 1110 1000111

Color Harmonies of #ABC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0AE

Black with #ABC0AE

Text Example


Text Example

White with #ABC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0AE; }

 p { color: rgb(171,192,174); }

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

background-color css

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

 a { background-color: rgb(171,192,174); }

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

border-color css

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

 span { border-color: rgb(171,192,174); }

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