#AFBCB2

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

Shades of Gum Leaf #AFBCB2

Tints of Gum Leaf #AFBCB2

Color information

#AFBCB2 (or 0xAFBCB2) is unknown color: approx Gum Leaf. HEX triplet: AF, BC and B2. RGB value is (175,188,178). Sum of RGB (Red+Green+Blue) = 175+188+178=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCB2 is #50434D. Grayscale: #B7B7B7. Windows color (decimal): -5260110 or 11713711. OLE color: 11713711.

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

Color convert

RGB175188178-
CMYK0.0700.050.26
HSL133.85º8.84%71.18%-
HSV(B)133.85º6.91%73.73%-
XYZ43.748.2949.14-
YUV182.97125.19122.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=32.35%
G=34.75%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881780.0700.050.26133.858.8471.18
HexAFBCB27051A86947
Octal2572742627053220611107
Binary1010111110111100101100101110101110101000011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCB2; }

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

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

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

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

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

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

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

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