Html Css Color HEX #AFBA6F Pine Glade

📋 copy color: '#AFBA6F'

red 175 ◦ green 186 ◦ blue 111

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

Shades of Pine Glade #AFBA6F

Tints of Pine Glade #AFBA6F

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 value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#AFBA6F (or 0xAFBA6F) is known color: 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

RGB 175 186 111 -
CMYK 0.06 0 0.40 0.27
HSL 68.8º 0.35% 0.58% -
HSV(B) 68.8º 0.4% 0.73% -
XYZ 38.11 45.38 21.79 -
YUV 174.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 175 186 111 0.06 0 0.40 0.27 68.8 0.35 0.58
Hex AF BA 6F 6 0 28 1B 45 23 3A
Octal 257 272 157 6 0 50 33 105 43 72
Binary 10101111 10111010 1101111 110 0 101000 11011 1000101 100011 111010

Color Harmonies of #AFBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA6F

Black with #AFBA6F

Text Example


Text Example

White with #AFBA6F

Text Example


Text Example

HTML Codes & Css Web 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>