Html Css Color HEX #AFC997 Sprout

📋 copy color: '#AFC997'

red 175 ◦ green 201 ◦ blue 151

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

Shades of Sprout #AFC997

Tints of Sprout #AFC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 33.21%
G = 38.14%
B = 28.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#AFC997 (or 0xAFC997) is known color: Sprout. HEX triplet: AF, C9 and 97. RGB value is (175,201,151). Sum of RGB (Red+Green+Blue) = 175+201+151=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC997 is #503668. Grayscale: #BBBBBB. Windows color (decimal): -5256809 or 9947567. OLE color: 9947567.

HSL color Cylindrical-coordinate representation of color #AFC997: hue angle of 91.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC997 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 151 -
CMYK 0.13 0 0.25 0.21
HSL 91.2º 0.32% 0.69% -
HSV(B) 91.2º 0.25% 0.79% -
XYZ 44.15 53.12 37.2 -
YUV 187.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 175 201 151 0.13 0 0.25 0.21 91.2 0.32 0.69
Hex AF C9 97 D 0 19 15 5B 20 45
Octal 257 311 227 15 0 31 25 133 40 105
Binary 10101111 11001001 10010111 1101 0 11001 10101 1011011 100000 1000101

Color Harmonies of #AFC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC997

Black with #AFC997

Text Example


Text Example

White with #AFC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC997; }

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

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

background-color css

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

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

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

border-color css

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

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

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