#AFBCB1

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

Shades of Gum Leaf #AFBCB1

Tints of Gum Leaf #AFBCB1

Color information

#AFBCB1 (or 0xAFBCB1) is unknown color: approx Gum Leaf. HEX triplet: AF, BC and B1. RGB value is (175,188,177). Sum of RGB (Red+Green+Blue) = 175+188+177=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCB1 is #50434E. Grayscale: #B6B6B6. Windows color (decimal): -5260111 or 11648175. OLE color: 11648175.

HSL color Cylindrical-coordinate representation of color #AFBCB1: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBCB1 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB175188177-
CMYK0.0700.060.26
HSL129.23º8.84%71.18%-
HSV(B)129.23º6.91%73.73%-
XYZ43.648.2548.61-
YUV182.86124.69122.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=32.41%
G=34.81%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881770.0700.060.26129.238.8471.18
HexAFBCB17061A81947
Octal2572742617063220111107
Binary1010111110111100101100011110110110101000000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCB1; }

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

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

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

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

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

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

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

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