Html Css Color HEX #AFB876 Pine Glade

📋 copy color: '#AFB876'

red 175 ◦ green 184 ◦ blue 118

#AFB876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #AFB876

Tints of Pine Glade #AFB876

RGB

 RED value IS 175 (68.75% from 255) = 36.69%

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 36.69%
G = 38.57%
B = 24.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#AFB876 (or 0xAFB876) is known color: Pine Glade. HEX triplet: AF, B8 and 76. RGB value is (175,184,118). Sum of RGB (Red+Green+Blue) = 175+184+118=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB876 is #504789. Grayscale: #AEAEAE. Windows color (decimal): -5261194 or 7780527. OLE color: 7780527.

HSL color Cylindrical-coordinate representation of color #AFB876: hue angle of 68.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB876 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 118 -
CMYK 0.05 0 0.36 0.28
HSL 68.18º 0.32% 0.59% -
HSV(B) 68.18º 0.36% 0.72% -
XYZ 38.09 44.7 23.76 -
YUV 173.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 175 184 118 0.05 0 0.36 0.28 68.18 0.32 0.59
Hex AF B8 76 5 0 24 1C 44 20 3B
Octal 257 270 166 5 0 44 34 104 40 73
Binary 10101111 10111000 1110110 101 0 100100 11100 1000100 100000 111011

Color Harmonies of #AFB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB876

Black with #AFB876

Text Example


Text Example

White with #AFB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB876; }

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

 H1.HeaderClassName
 {
   color: #AFB876;
 }
 .AnyTagClassName
 {
   color: #AFB876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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