Html Css Color HEX #ABCAB5 Gum Leaf

📋 copy color: '#ABCAB5'

red 171 ◦ green 202 ◦ blue 181

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

Shades of Gum Leaf #ABCAB5

Tints of Gum Leaf #ABCAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 30.87%
G = 36.46%
B = 32.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#ABCAB5 (or 0xABCAB5) is known color: Gum Leaf. HEX triplet: AB, CA and B5. RGB value is (171,202,181). Sum of RGB (Red+Green+Blue) = 171+202+181=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAB5 is #54354A. Grayscale: #BEBEBE. Windows color (decimal): -5518667 or 11913899. OLE color: 11913899.

HSL color Cylindrical-coordinate representation of color #ABCAB5: hue angle of 139.35º 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 #ABCAB5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 181 -
CMYK 0.15 0 0.10 0.21
HSL 139.35º 0.23% 0.73% -
HSV(B) 139.35º 0.15% 0.79% -
XYZ 46.26 54.24 51.75 -
YUV 190.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 171 202 181 0.15 0 0.10 0.21 139.35 0.23 0.73
Hex AB CA B5 F 0 A 15 8B 17 49
Octal 253 312 265 17 0 12 25 213 27 111
Binary 10101011 11001010 10110101 1111 0 1010 10101 10001011 10111 1001001

Color Harmonies of #ABCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAB5

Black with #ABCAB5

Text Example


Text Example

White with #ABCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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