#AFBBB1

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

Shades of Gum Leaf #AFBBB1

Tints of Gum Leaf #AFBBB1

Color information

#AFBBB1 (or 0xAFBBB1) is unknown color: approx Gum Leaf. HEX triplet: AF, BB and B1. RGB value is (175,187,177). Sum of RGB (Red+Green+Blue) = 175+187+177=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBB1 is #50444E. Grayscale: #B6B6B6. Windows color (decimal): -5260367 or 11647919. OLE color: 11647919.

HSL color Cylindrical-coordinate representation of color #AFBBB1: hue angle of 130º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBBB1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB175187177-
CMYK0.0600.050.27
HSL130º8.11%70.98%-
HSV(B)130º6.42%73.33%-
XYZ43.3947.8348.54-
YUV182.27125.02122.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=32.47%
G=34.69%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871770.0600.050.271308.1170.98
HexAFBBB16051B82847
Octal2572732616053320210107
Binary1010111110111011101100011100101110111000001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBB1; }

 p { color: rgb(175,187,177); }

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

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

 a { background-color: rgb(175,187,177); }

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

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

 span { border-color: rgb(175,187,177); }

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