Html Css Color HEX #AFB899 Green Spring

📋 copy color: '#AFB899'

red 175 ◦ green 184 ◦ blue 153

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

Shades of Green Spring #AFB899

Tints of Green Spring #AFB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 34.18%
G = 35.94%
B = 29.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AFB899 (or 0xAFB899) is known color: Green Spring. HEX triplet: AF, B8 and 99. RGB value is (175,184,153). Sum of RGB (Red+Green+Blue) = 175+184+153=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB899 is #504766. Grayscale: #B1B1B1. Windows color (decimal): -5261159 or 10074287. OLE color: 10074287.

HSL color Cylindrical-coordinate representation of color #AFB899: hue angle of 77.42º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB899 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 153 -
CMYK 0.05 0 0.17 0.28
HSL 77.42º 0.18% 0.66% -
HSV(B) 77.42º 0.17% 0.72% -
XYZ 40.57 45.69 36.82 -
YUV 177.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 175 184 153 0.05 0 0.17 0.28 77.42 0.18 0.66
Hex AF B8 99 5 0 11 1C 4D 12 42
Octal 257 270 231 5 0 21 34 115 22 102
Binary 10101111 10111000 10011001 101 0 10001 11100 1001101 10010 1000010

Color Harmonies of #AFB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB899

Black with #AFB899

Text Example


Text Example

White with #AFB899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB899; }

 p { color: rgb(175,184,153); }

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

background-color css

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

 a { background-color: rgb(175,184,153); }

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

border-color css

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

 span { border-color: rgb(175,184,153); }

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