Html Css Color HEX #ABC4B1 Gum Leaf

📋 copy color: '#ABC4B1'

red 171 ◦ green 196 ◦ blue 177

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

Shades of Gum Leaf #ABC4B1

Tints of Gum Leaf #ABC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 177 (69.53% from 255) = 32.54%

R = 31.43%
G = 36.03%
B = 32.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#ABC4B1 (or 0xABC4B1) is known color: Gum Leaf. HEX triplet: AB, C4 and B1. RGB value is (171,196,177). Sum of RGB (Red+Green+Blue) = 171+196+177=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4B1 is #543B4E. Grayscale: #BABABA. Windows color (decimal): -5520207 or 11650219. OLE color: 11650219.

HSL color Cylindrical-coordinate representation of color #ABC4B1: hue angle of 134.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4B1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 177 -
CMYK 0.13 0 0.10 0.23
HSL 134.4º 0.17% 0.72% -
HSV(B) 134.4º 0.13% 0.77% -
XYZ 44.47 51.31 49.16 -
YUV 186.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 171 196 177 0.13 0 0.10 0.23 134.4 0.17 0.72
Hex AB C4 B1 D 0 A 17 86 11 48
Octal 253 304 261 15 0 12 27 206 21 110
Binary 10101011 11000100 10110001 1101 0 1010 10111 10000110 10001 1001000

Color Harmonies of #ABC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC4B1

Black with #ABC4B1

Text Example


Text Example

White with #ABC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC4B1; }

 p { color: rgb(171,196,177); }

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

background-color css

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

 a { background-color: rgb(171,196,177); }

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

border-color css

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

 span { border-color: rgb(171,196,177); }

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