Html Css Color HEX #ABC2AF Gum Leaf

📋 copy color: '#ABC2AF'

red 171 ◦ green 194 ◦ blue 175

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

Shades of Gum Leaf #ABC2AF

Tints of Gum Leaf #ABC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.93%

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 31.67%
G = 35.93%
B = 32.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ABC2AF (or 0xABC2AF) is known color: Gum Leaf. HEX triplet: AB, C2 and AF. RGB value is (171,194,175). Sum of RGB (Red+Green+Blue) = 171+194+175=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AF is #543D50. Grayscale: #B9B9B9. Windows color (decimal): -5520721 or 11518635. OLE color: 11518635.

HSL color Cylindrical-coordinate representation of color #ABC2AF: hue angle of 130.43º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2AF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 175 -
CMYK 0.12 0 0.10 0.24
HSL 130.43º 0.16% 0.72% -
HSV(B) 130.43º 0.12% 0.76% -
XYZ 43.82 50.34 47.96 -
YUV 184.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 171 194 175 0.12 0 0.10 0.24 130.43 0.16 0.72
Hex AB C2 AF C 0 A 18 82 10 48
Octal 253 302 257 14 0 12 30 202 20 110
Binary 10101011 11000010 10101111 1100 0 1010 11000 10000010 10000 1001000

Color Harmonies of #ABC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2AF

Black with #ABC2AF

Text Example


Text Example

White with #ABC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2AF; }

 p { color: rgb(171,194,175); }

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

background-color css

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

 a { background-color: rgb(171,194,175); }

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

border-color css

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

 span { border-color: rgb(171,194,175); }

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