#ABBBB0

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

Shades of Gum Leaf #ABBBB0

Tints of Gum Leaf #ABBBB0

Color information

#ABBBB0 (or 0xABBBB0) is unknown color: approx Gum Leaf. HEX triplet: AB, BB and B0. RGB value is (171,187,176). Sum of RGB (Red+Green+Blue) = 171+187+176=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBB0 is #54444F. Grayscale: #B4B4B4. Windows color (decimal): -5522512 or 11582379. OLE color: 11582379.

HSL color Cylindrical-coordinate representation of color #ABBBB0: hue angle of 138.75º 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 #ABBBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB171187176-
CMYK0.0900.060.27
HSL138.75º10.53%70.2%-
HSV(B)138.75º8.56%73.33%-
XYZ42.447.3347.98-
YUV180.96125.2120.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=32.02%
G=35.02%
B=32.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871760.0900.060.27138.7510.5370.2
HexABBBB09061B8bb46
Octal25327326011063321313106
Binary10101011101110111011000010010110110111000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBB0; }

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

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

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

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

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

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

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

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