Html Css Color HEX #AFB59C Green Spring

📋 copy color: '#AFB59C'

red 175 ◦ green 181 ◦ blue 156

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

Shades of Green Spring #AFB59C

Tints of Green Spring #AFB59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 34.18%
G = 35.35%
B = 30.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AFB59C (or 0xAFB59C) is known color: Green Spring. HEX triplet: AF, B5 and 9C. RGB value is (175,181,156). Sum of RGB (Red+Green+Blue) = 175+181+156=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59C is #504A63. Grayscale: #B0B0B0. Windows color (decimal): -5261924 or 10270127. OLE color: 10270127.

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

Color convert

RGB 175 181 156 -
CMYK 0.03 0 0.14 0.29
HSL 74.4º 0.14% 0.66% -
HSV(B) 74.4º 0.14% 0.71% -
XYZ 40.2 44.56 37.93 -
YUV 176.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 175 181 156 0.03 0 0.14 0.29 74.4 0.14 0.66
Hex AF B5 9C 3 0 E 1D 4A E 42
Octal 257 265 234 3 0 16 35 112 16 102
Binary 10101111 10110101 10011100 11 0 1110 11101 1001010 1110 1000010

Color Harmonies of #AFB59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59C

Black with #AFB59C

Text Example


Text Example

White with #AFB59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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