#AFCBB2

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

Shades of Gum Leaf #AFCBB2

Tints of Gum Leaf #AFCBB2

Color information

#AFCBB2 (or 0xAFCBB2) is unknown color: approx Gum Leaf. HEX triplet: AF, CB and B2. RGB value is (175,203,178). Sum of RGB (Red+Green+Blue) = 175+203+178=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBB2 is #50344D. Grayscale: #BFBFBF. Windows color (decimal): -5256270 or 11717551. OLE color: 11717551.

HSL color Cylindrical-coordinate representation of color #AFCBB2: hue angle of 126.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBB2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB175203178-
CMYK0.1400.120.20
HSL126.43º21.21%74.12%-
HSV(B)126.43º13.79%79.61%-
XYZ47.0755.0450.26-
YUV191.78120.22116.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=31.47%
G=36.51%
B=32.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031780.1400.120.20126.4321.2174.12
HexAFCBB2E0C147e154a
Octal257313262160142417625112
Binary101011111100101110110010111001100101001111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB2; }

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

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

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

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

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

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

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

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