Html Css Color HEX #AFC897 Sprout

📋 copy color: '#AFC897'

red 175 ◦ green 200 ◦ blue 151

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

Shades of Sprout #AFC897

Tints of Sprout #AFC897

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 33.27%
G = 38.02%
B = 28.71%

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

#AFC897 (or 0xAFC897) is known color: Sprout. HEX triplet: AF, C8 and 97. RGB value is (175,200,151). Sum of RGB (Red+Green+Blue) = 175+200+151=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC897 is #503768. Grayscale: #BBBBBB. Windows color (decimal): -5257065 or 9947311. OLE color: 9947311.

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

Color convert

RGB 175 200 151 -
CMYK 0.12 0 0.24 0.22
HSL 90.61º 0.31% 0.69% -
HSV(B) 90.61º 0.25% 0.78% -
XYZ 43.92 52.66 37.13 -
YUV 186.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 175 200 151 0.12 0 0.24 0.22 90.61 0.31 0.69
Hex AF C8 97 C 0 18 16 5B 1F 45
Octal 257 310 227 14 0 30 26 133 37 105
Binary 10101111 11001000 10010111 1100 0 11000 10110 1011011 11111 1000101

Color Harmonies of #AFC897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC897

Black with #AFC897

Text Example


Text Example

White with #AFC897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC897; }

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

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

background-color css

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

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

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

border-color css

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

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

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