Html Css Color HEX #AFB897 Green Spring

📋 copy color: '#AFB897'

red 175 ◦ green 184 ◦ blue 151

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

Shades of Green Spring #AFB897

Tints of Green Spring #AFB897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 34.31%
G = 36.08%
B = 29.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#AFB897 (or 0xAFB897) is known color: Green Spring. HEX triplet: AF, B8 and 97. RGB value is (175,184,151). Sum of RGB (Red+Green+Blue) = 175+184+151=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB897 is #504768. Grayscale: #B1B1B1. Windows color (decimal): -5261161 or 9943215. OLE color: 9943215.

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

Color convert

RGB 175 184 151 -
CMYK 0.05 0 0.18 0.28
HSL 76.36º 0.19% 0.66% -
HSV(B) 76.36º 0.18% 0.72% -
XYZ 40.41 45.63 35.96 -
YUV 177.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 175 184 151 0.05 0 0.18 0.28 76.36 0.19 0.66
Hex AF B8 97 5 0 12 1C 4C 13 42
Octal 257 270 227 5 0 22 34 114 23 102
Binary 10101111 10111000 10010111 101 0 10010 11100 1001100 10011 1000010

Color Harmonies of #AFB897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB897

Black with #AFB897

Text Example


Text Example

White with #AFB897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB897; }

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

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

background-color css

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

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

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

border-color css

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

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

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