Html Css Color HEX #AFBA9C Green Spring

📋 copy color: '#AFBA9C'

red 175 ◦ green 186 ◦ blue 156

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

Shades of Green Spring #AFBA9C

Tints of Green Spring #AFBA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 33.85%
G = 35.98%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AFBA9C (or 0xAFBA9C) is known color: Green Spring. HEX triplet: AF, BA and 9C. RGB value is (175,186,156). Sum of RGB (Red+Green+Blue) = 175+186+156=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9C is #504563. Grayscale: #B3B3B3. Windows color (decimal): -5260644 or 10271407. OLE color: 10271407.

HSL color Cylindrical-coordinate representation of color #AFBA9C: hue angle of 82º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBA9C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 156 -
CMYK 0.06 0 0.16 0.27
HSL 82º 0.18% 0.67% -
HSV(B) 82º 0.16% 0.73% -
XYZ 41.24 46.63 38.28 -
YUV 179.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 175 186 156 0.06 0 0.16 0.27 82 0.18 0.67
Hex AF BA 9C 6 0 10 1B 52 12 43
Octal 257 272 234 6 0 20 33 122 22 103
Binary 10101111 10111010 10011100 110 0 10000 11011 1010010 10010 1000011

Color Harmonies of #AFBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA9C

Black with #AFBA9C

Text Example


Text Example

White with #AFBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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