#AFBEB2

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

Shades of Gum Leaf #AFBEB2

Tints of Gum Leaf #AFBEB2

Color information

#AFBEB2 (or 0xAFBEB2) is unknown color: approx Gum Leaf. HEX triplet: AF, BE and B2. RGB value is (175,190,178). Sum of RGB (Red+Green+Blue) = 175+190+178=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEB2 is #50414D. Grayscale: #B8B8B8. Windows color (decimal): -5259598 or 11714223. OLE color: 11714223.

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

Color convert

RGB175190178-
CMYK0.0800.060.25
HSL132º10.34%71.57%-
HSV(B)132º7.89%74.51%-
XYZ44.1349.1649.28-
YUV184.15124.53121.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=32.23%
G=34.99%
B=32.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901780.0800.060.2513210.3471.57
HexAFBEB28061984a48
Octal25727626210063120412110
Binary10101111101111101011001010000110110011000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEB2; }

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

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

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

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

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

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

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

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