#ABBBAD

Color #ABBBAD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABBBAD

Tints of Gum Leaf #ABBBAD

Color information

#ABBBAD (or 0xABBBAD) is unknown color: approx Gum Leaf. HEX triplet: AB, BB and AD. RGB value is (171,187,173). Sum of RGB (Red+Green+Blue) = 171+187+173=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAD is #544452. Grayscale: #B4B4B4. Windows color (decimal): -5522515 or 11385771. OLE color: 11385771.

HSL color Cylindrical-coordinate representation of color #ABBBAD: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBAD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB171187173-
CMYK0.0900.070.27
HSL127.5º10.53%70.2%-
HSV(B)127.5º8.56%73.33%-
XYZ42.1147.2246.43-
YUV180.62123.7121.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=32.20%
G=35.22%
B=32.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871730.0900.070.27127.510.5370.2
HexABBBAD9071B7fb46
Octal25327325511073317713106
Binary1010101110111011101011011001011111011111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBAD; }

 p { color: rgb(171,187,173); }

 H1.HeaderClassName
 {
   color: #ABBBAD;
 }
 .AnyTagClassName
 {
   color: #ABBBAD;
 }
</style>
background-color css

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

 a { background-color: rgb(171,187,173); }

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

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

 span { border-color: rgb(171,187,173); }

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