Html Css Color HEX #AFC197 Sprout

📋 copy color: '#AFC197'

red 175 ◦ green 193 ◦ blue 151

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

Shades of Sprout #AFC197

Tints of Sprout #AFC197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.19%

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

R = 33.72%
G = 37.19%
B = 29.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#AFC197 (or 0xAFC197) is known color: Sprout. HEX triplet: AF, C1 and 97. RGB value is (175,193,151). Sum of RGB (Red+Green+Blue) = 175+193+151=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC197 is #503E68. Grayscale: #B6B6B6. Windows color (decimal): -5258857 or 9945519. OLE color: 9945519.

HSL color Cylindrical-coordinate representation of color #AFC197: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC197 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 151 -
CMYK 0.09 0 0.22 0.24
HSL 85.71º 0.25% 0.67% -
HSV(B) 85.71º 0.22% 0.76% -
XYZ 42.34 49.49 36.6 -
YUV 182.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 175 193 151 0.09 0 0.22 0.24 85.71 0.25 0.67
Hex AF C1 97 9 0 16 18 56 19 43
Octal 257 301 227 11 0 26 30 126 31 103
Binary 10101111 11000001 10010111 1001 0 10110 11000 1010110 11001 1000011

Color Harmonies of #AFC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC197

Black with #AFC197

Text Example


Text Example

White with #AFC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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