#afb476

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

Shades of Pine Glade #AFB476

Tints of Pine Glade #AFB476

Color information

#AFB476 (or 0xAFB476) is unknown color: approx Pine Glade. HEX triplet: AF, B4 and 76. RGB value is (175,180,118). Sum of RGB (Red+Green+Blue) = 175+180+118=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB476 is #504B89. Grayscale: #ABABAB. Windows color (decimal): -5262218 or 7779503. OLE color: 7779503.

HSL color Cylindrical-coordinate representation of color #AFB476: hue angle of 64.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB476 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB175180118-
CMYK0.0300.340.29
HSL64.84º29.25%58.43%-
HSV(B)64.84º34.44%70.59%-
XYZ37.2743.0623.49-
YUV171.4497.84130.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=37.00%
G=38.05%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801180.0300.340.2964.8429.2558.43
HexAFB47630221D411d3a
Octal2572641663042351013572
Binary1010111110110100111011011010001011101100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb476; }

 p { color: rgb(175,180,118); }

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

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

 a { background-color: rgb(175,180,118); }

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

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

 span { border-color: rgb(175,180,118); }

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