Html Css Color HEX #ABCAB0 Gum Leaf

📋 copy color: '#ABCAB0'

red 171 ◦ green 202 ◦ blue 176

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

Shades of Gum Leaf #ABCAB0

Tints of Gum Leaf #ABCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.79%

 BLUE value IS 176 (69.14% from 255) = 32.06%

R = 31.15%
G = 36.79%
B = 32.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#ABCAB0 (or 0xABCAB0) is known color: Gum Leaf. HEX triplet: AB, CA and B0. RGB value is (171,202,176). Sum of RGB (Red+Green+Blue) = 171+202+176=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAB0 is #54354F. Grayscale: #BDBDBD. Windows color (decimal): -5518672 or 11586219. OLE color: 11586219.

HSL color Cylindrical-coordinate representation of color #ABCAB0: hue angle of 129.68º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAB0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 176 -
CMYK 0.15 0 0.13 0.21
HSL 129.68º 0.23% 0.73% -
HSV(B) 129.68º 0.15% 0.79% -
XYZ 45.75 54.03 49.09 -
YUV 189.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 171 202 176 0.15 0 0.13 0.21 129.68 0.23 0.73
Hex AB CA B0 F 0 D 15 82 17 49
Octal 253 312 260 17 0 15 25 202 27 111
Binary 10101011 11001010 10110000 1111 0 1101 10101 10000010 10111 1001001

Color Harmonies of #ABCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAB0

Black with #ABCAB0

Text Example


Text Example

White with #ABCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAB0; }

 p { color: rgb(171,202,176); }

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

background-color css

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

 a { background-color: rgb(171,202,176); }

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

border-color css

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

 span { border-color: rgb(171,202,176); }

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