Html Css Color HEX #AFB995 Green Spring

📋 copy color: '#AFB995'

red 175 ◦ green 185 ◦ blue 149

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

Shades of Green Spring #AFB995

Tints of Green Spring #AFB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 34.38%
G = 36.35%
B = 29.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AFB995 (or 0xAFB995) is known color: Green Spring. HEX triplet: AF, B9 and 95. RGB value is (175,185,149). Sum of RGB (Red+Green+Blue) = 175+185+149=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB995 is #50466A. Grayscale: #B2B2B2. Windows color (decimal): -5260907 or 9812399. OLE color: 9812399.

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

Color convert

RGB 175 185 149 -
CMYK 0.05 0 0.19 0.27
HSL 76.67º 0.2% 0.65% -
HSV(B) 76.67º 0.19% 0.73% -
XYZ 40.45 45.98 35.18 -
YUV 177.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 175 185 149 0.05 0 0.19 0.27 76.67 0.2 0.65
Hex AF B9 95 5 0 13 1B 4D 14 41
Octal 257 271 225 5 0 23 33 115 24 101
Binary 10101111 10111001 10010101 101 0 10011 11011 1001101 10100 1000001

Color Harmonies of #AFB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB995

Black with #AFB995

Text Example


Text Example

White with #AFB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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