Html Css Color HEX #AFB99D Green Spring

📋 copy color: '#AFB99D'

red 175 ◦ green 185 ◦ blue 157

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

Shades of Green Spring #AFB99D

Tints of Green Spring #AFB99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 33.85%
G = 35.78%
B = 30.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AFB99D (or 0xAFB99D) is known color: Green Spring. HEX triplet: AF, B9 and 9D. RGB value is (175,185,157). Sum of RGB (Red+Green+Blue) = 175+185+157=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99D is #504662. Grayscale: #B2B2B2. Windows color (decimal): -5260899 or 10336687. OLE color: 10336687.

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

Color convert

RGB 175 185 157 -
CMYK 0.05 0 0.15 0.27
HSL 81.43º 0.17% 0.67% -
HSV(B) 81.43º 0.15% 0.73% -
XYZ 41.11 46.25 38.66 -
YUV 178.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 175 185 157 0.05 0 0.15 0.27 81.43 0.17 0.67
Hex AF B9 9D 5 0 F 1B 51 11 43
Octal 257 271 235 5 0 17 33 121 21 103
Binary 10101111 10111001 10011101 101 0 1111 11011 1010001 10001 1000011

Color Harmonies of #AFB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB99D

Black with #AFB99D

Text Example


Text Example

White with #AFB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB99D; }

 p { color: rgb(175,185,157); }

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

background-color css

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

 a { background-color: rgb(175,185,157); }

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

border-color css

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

 span { border-color: rgb(175,185,157); }

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