#AFBDB2

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

Shades of Gum Leaf #AFBDB2

Tints of Gum Leaf #AFBDB2

Color information

#AFBDB2 (or 0xAFBDB2) is unknown color: approx Gum Leaf. HEX triplet: AF, BD and B2. RGB value is (175,189,178). Sum of RGB (Red+Green+Blue) = 175+189+178=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDB2 is #50424D. Grayscale: #B7B7B7. Windows color (decimal): -5259854 or 11713967. OLE color: 11713967.

HSL color Cylindrical-coordinate representation of color #AFBDB2: hue angle of 132.86º degrees, saturation: 0.1, 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 #AFBDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB175189178-
CMYK0.0700.060.26
HSL132.86º9.59%71.37%-
HSV(B)132.86º7.41%74.12%-
XYZ43.9148.7249.21-
YUV183.56124.86121.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=32.29%
G=34.87%
B=32.84%

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
Decimal1751891780.0700.060.26132.869.5971.37
HexAFBDB27061A85a47
Octal2572752627063220512107
Binary1010111110111101101100101110110110101000010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB2; }

 p { color: rgb(175,189,178); }

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

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

 a { background-color: rgb(175,189,178); }

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

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

 span { border-color: rgb(175,189,178); }

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