Html Css Color HEX #AFB797 Green Spring

📋 copy color: '#AFB797'

red 175 ◦ green 183 ◦ blue 151

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

Shades of Green Spring #AFB797

Tints of Green Spring #AFB797

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 34.38%
G = 35.95%
B = 29.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AFB797 (or 0xAFB797) is known color: Green Spring. HEX triplet: AF, B7 and 97. RGB value is (175,183,151). Sum of RGB (Red+Green+Blue) = 175+183+151=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB797 is #504868. Grayscale: #B1B1B1. Windows color (decimal): -5261417 or 9942959. OLE color: 9942959.

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

Color convert

RGB 175 183 151 -
CMYK 0.04 0 0.17 0.28
HSL 75º 0.18% 0.65% -
HSV(B) 75º 0.17% 0.72% -
XYZ 40.2 45.22 35.89 -
YUV 176.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 175 183 151 0.04 0 0.17 0.28 75 0.18 0.65
Hex AF B7 97 4 0 11 1C 4B 12 41
Octal 257 267 227 4 0 21 34 113 22 101
Binary 10101111 10110111 10010111 100 0 10001 11100 1001011 10010 1000001

Color Harmonies of #AFB797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB797

Black with #AFB797

Text Example


Text Example

White with #AFB797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB797; }

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

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

background-color css

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

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

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

border-color css

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

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

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