#AFBFB2

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

Shades of Gum Leaf #AFBFB2

Tints of Gum Leaf #AFBFB2

Color information

#AFBFB2 (or 0xAFBFB2) is unknown color: approx Gum Leaf. HEX triplet: AF, BF and B2. RGB value is (175,191,178). Sum of RGB (Red+Green+Blue) = 175+191+178=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFB2 is #50404D. Grayscale: #B8B8B8. Windows color (decimal): -5259342 or 11714479. OLE color: 11714479.

HSL color Cylindrical-coordinate representation of color #AFBFB2: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFB2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB175191178-
CMYK0.0800.070.25
HSL131.25º11.11%71.76%-
HSV(B)131.25º8.38%74.9%-
XYZ44.3549.5949.35-
YUV184.73124.2121.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=32.17%
G=35.11%
B=32.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911780.0800.070.25131.2511.1171.76
HexAFBFB28071983b48
Octal25727726210073120313110
Binary10101111101111111011001010000111110011000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFB2; }

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

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

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

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

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

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

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

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