Html Css Color HEX #AFB49C Green Spring

📋 copy color: '#AFB49C'

red 175 ◦ green 180 ◦ blue 156

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

Shades of Green Spring #AFB49C

Tints of Green Spring #AFB49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

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

R = 34.25%
G = 35.23%
B = 30.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#AFB49C (or 0xAFB49C) is known color: Green Spring. HEX triplet: AF, B4 and 9C. RGB value is (175,180,156). Sum of RGB (Red+Green+Blue) = 175+180+156=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49C is #504B63. Grayscale: #AFAFAF. Windows color (decimal): -5262180 or 10269871. OLE color: 10269871.

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

Color convert

RGB 175 180 156 -
CMYK 0.03 0 0.13 0.29
HSL 72.5º 0.14% 0.66% -
HSV(B) 72.5º 0.13% 0.71% -
XYZ 40 44.16 37.87 -
YUV 175.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 175 180 156 0.03 0 0.13 0.29 72.5 0.14 0.66
Hex AF B4 9C 3 0 D 1D 48 E 42
Octal 257 264 234 3 0 15 35 110 16 102
Binary 10101111 10110100 10011100 11 0 1101 11101 1001000 1110 1000010

Color Harmonies of #AFB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB49C

Black with #AFB49C

Text Example


Text Example

White with #AFB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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