#AFBA6F

Color #AFBA6F Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #AFBA6F

Tints of Pine Glade #AFBA6F

Color information

#AFBA6F (or 0xAFBA6F) is unknown color: approx Pine Glade. HEX triplet: AF, BA and 6F. RGB value is (175,186,111). Sum of RGB (Red+Green+Blue) = 175+186+111=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6F is #504590. Grayscale: #AEAEAE. Windows color (decimal): -5260689 or 7322287. OLE color: 7322287.

HSL color Cylindrical-coordinate representation of color #AFBA6F: hue angle of 68.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFBA6F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB175186111-
CMYK0.0600.400.27
HSL68.8º35.21%58.24%-
HSV(B)68.8º40.32%72.94%-
XYZ38.1145.3821.79-
YUV174.1692.36128.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=37.08%
G=39.41%
B=23.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861110.0600.400.2768.835.2158.24
HexAFBA6F60281B45233a
Octal2572721576050331054372
Binary101011111011101011011111100101000110111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA6F; }

 p { color: rgb(175,186,111); }

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

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

 a { background-color: rgb(175,186,111); }

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

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

 span { border-color: rgb(175,186,111); }

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