#AFBA70

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

Shades of Pine Glade #AFBA70

Tints of Pine Glade #AFBA70

Color information

#AFBA70 (or 0xAFBA70) is unknown color: approx Pine Glade. HEX triplet: AF, BA and 70. RGB value is (175,186,112). Sum of RGB (Red+Green+Blue) = 175+186+112=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA70 is #50458F. Grayscale: #AEAEAE. Windows color (decimal): -5260688 or 7387823. OLE color: 7387823.

HSL color Cylindrical-coordinate representation of color #AFBA70: hue angle of 68.92º 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 #AFBA70 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB175186112-
CMYK0.0600.400.27
HSL68.92º34.91%58.43%-
HSV(B)68.92º39.78%72.94%-
XYZ38.1645.422.08-
YUV174.2792.86128.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=37.00%
G=39.32%
B=23.68%

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
Decimal1751861120.0600.400.2768.9234.9158.43
HexAFBA7060281B45233a
Octal2572721606050331054372
Binary101011111011101011100001100101000110111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA70; }

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

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

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

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

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

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

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

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