Html Css Color HEX #AFB376 Pine Glade

📋 copy color: '#AFB376'

red 175 ◦ green 179 ◦ blue 118

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

Shades of Pine Glade #AFB376

Tints of Pine Glade #AFB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

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

R = 37.08%
G = 37.92%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#AFB376 (or 0xAFB376) is known color: Pine Glade. HEX triplet: AF, B3 and 76. RGB value is (175,179,118). Sum of RGB (Red+Green+Blue) = 175+179+118=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB376 is #504C89. Grayscale: #ABABAB. Windows color (decimal): -5262474 or 7779247. OLE color: 7779247.

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

Color convert

RGB 175 179 118 -
CMYK 0.02 0 0.34 0.30
HSL 63.93º 0.29% 0.58% -
HSV(B) 63.93º 0.34% 0.7% -
XYZ 37.07 42.66 23.42 -
YUV 170.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 175 179 118 0.02 0 0.34 0.30 63.93 0.29 0.58
Hex AF B3 76 2 0 22 1E 40 1D 3A
Octal 257 263 166 2 0 42 36 100 35 72
Binary 10101111 10110011 1110110 10 0 100010 11110 1000000 11101 111010

Color Harmonies of #AFB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB376

Black with #AFB376

Text Example


Text Example

White with #AFB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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