Html Css Color HEX #AFC797 Sprout

📋 copy color: '#AFC797'

red 175 ◦ green 199 ◦ blue 151

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

Shades of Sprout #AFC797

Tints of Sprout #AFC797

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

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

R = 33.33%
G = 37.9%
B = 28.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#AFC797 (or 0xAFC797) is known color: Sprout. HEX triplet: AF, C7 and 97. RGB value is (175,199,151). Sum of RGB (Red+Green+Blue) = 175+199+151=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC797 is #503868. Grayscale: #BABABA. Windows color (decimal): -5257321 or 9947055. OLE color: 9947055.

HSL color Cylindrical-coordinate representation of color #AFC797: hue angle of 90º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC797 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 151 -
CMYK 0.12 0 0.24 0.22
HSL 90º 0.3% 0.69% -
HSV(B) 90º 0.24% 0.78% -
XYZ 43.69 52.2 37.05 -
YUV 186.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 175 199 151 0.12 0 0.24 0.22 90 0.3 0.69
Hex AF C7 97 C 0 18 16 5A 1E 45
Octal 257 307 227 14 0 30 26 132 36 105
Binary 10101111 11000111 10010111 1100 0 11000 10110 1011010 11110 1000101

Color Harmonies of #AFC797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC797

Black with #AFC797

Text Example


Text Example

White with #AFC797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC797; }

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

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

background-color css

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

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

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

border-color css

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

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

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